kopia lustrzana https://github.com/bugout-dev/moonworm
Update README.md
rodzic
1170cb2401
commit
193bc9a01f
23
README.md
23
README.md
|
|
@ -1,2 +1,21 @@
|
||||||
# centipede
|
# Centipede
|
||||||
Generate a command line interface to any Ethereum smart contract
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue