DarkbordermanTemplate / web3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 72.1%Language:Makefile 16.1%Language:Solidity 11.1%Language:Shell 0.7%