Generate command line and a python interface to any Ethereum smart contract
 
 
Go to file
yhtiyar 0c196d8f55 remove centipede 2021-11-03 14:16:27 +03:00
moonworm centipede to moonworm rename 2021-11-03 14:15:47 +03:00
.gitignore Added virtual env directories to .gitignore 2021-10-28 09:25:25 -07:00
.gitmodules remove centipede 2021-11-03 14:16:27 +03:00
LICENSE Initial commit 2021-09-07 11:03:44 -07:00
README.md Update README.md 2021-11-02 17:53:15 +03:00
setup.py centipede to moonworm rename 2021-11-03 14:15:47 +03:00

README.md

Centipede

Generate command line and a python interface to any Ethereum smart contract

Installation

pip

pip install centipede

github

git clone https://github.com/bugout-dev/centipede.git

cd centipede/

create virtual env: python3 -m venv .venv

activate virtual env: source .venv/bin/activate

install: python3 -m setup.py install

Usage