Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 599 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 599 Bytes

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