Update README.md

pull/2/head^2
Yhtyyar Sahatov 2021-11-02 17:53:15 +03:00 zatwierdzone przez GitHub
rodzic 1170cb2401
commit 193bc9a01f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 21 dodań i 2 usunięć

Wyświetl plik

@ -1,2 +1,21 @@
# centipede
Generate a command line interface to any Ethereum smart contract
# 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