A web3 example template for signing smart contracts
Name | Version |
---|---|
Python | 3.8 |
pipenv(Python module) | 2018.11.26 or up |
- Initialize environment variable
cp sample.env .env
- Initialize Python environment
make init
- Enter the environment and start developing
pipenv shell
- Execute
python3 -m signer.main -h
python3 -m signer.main --contract $PWD/solidity/keyvalue.sol