wallet

module
v0.0.0-...-6cfbe69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: MIT

README

Wallet

This service is responsible for managing the user's wallet.

Requirements
  • Solidity for smart contracts
  • Go for the backend
Installation
$> docker run --rm -v $(pwd):/root ethereum/solc:0.8.17-alpine --abi /root/contracts/Wallet.sol -o /root/build
$> docker run --rm -v $(pwd):/root ethereum/solc:0.8.17-alpine --abi /root/contracts/Store.sol -o /root/build

$> abigen --abi=build/Store.abi --pkg=store --out=store/Store.go
$> abigen --abi=build/Wallet.abi --pkg=wallet --out=wallet/Wallet.go

Directories

Path Synopsis
application
Wallet application
Wallet application

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL