Skip to content

solidity-korea/web3.py-A-to-Z

Repository files navigation

web3.py-A-to-Z

web3.py : Good Practice Examples

Requirements

  • Python 3.5+
  • Flask==0.12.2
  • Flask-SQLAlchemy==2.3.1
  • web3==4.0.0
  • ipykernel

Getting Started

Clone

git clone https://github.com/solidity-korea/web3.py-A-to-Z.git
cd web3.py-A-to-Z

Installing

pip instal -r requirements.txt
# 로컬에 깔린 python 버전에 따라 아래와 같이 시도해볼 수 있음 
# python -m pip install -r requirements.txt 
# python3 -m pip install -r requirements.txt

Start Notebook

jupyter-notebook
# http://localhost:8888/notebooks/web3-A-to-Z.ipynb

Start Flask Backend Server

python web3py.py
# python3 web3py.py
 
python crowdsale_backend.py
# python3 crowdsale_backend.py

License

Code released under the GPLv3 License.

About

web3.py : Good Practice Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published