Skip to content

DarkbordermanTemplate/web3

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published