/web3

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Web3

A web3 example template for signing smart contracts

Integration

Develop

Prerequisitive

Name Version
Python 3.8
pipenv(Python module) 2018.11.26 or up

Environment setup

  1. Initialize environment variable
cp sample.env .env
  1. Initialize Python environment
make init
  1. Enter the environment and start developing
pipenv shell
  1. Execute
python3 -m signer.main -h
python3 -m signer.main --contract $PWD/solidity/keyvalue.sol