web3.py : Good Practice Examples
- Python 3.5+
- Flask==0.12.2
- Flask-SQLAlchemy==2.3.1
- web3==4.0.0
- ipykernel
git clone https://github.com/solidity-korea/web3.py-A-to-Z.git
cd web3.py-A-to-Z
pip instal -r requirements.txt
# 로컬에 깔린 python 버전에 따라 아래와 같이 시도해볼 수 있음
# python -m pip install -r requirements.txt
# python3 -m pip install -r requirements.txt
jupyter-notebook
# http://localhost:8888/notebooks/web3-A-to-Z.ipynb
python web3py.py
# python3 web3py.py
python crowdsale_backend.py
# python3 crowdsale_backend.py
Code released under the GPLv3 License.