This repository contains the basic sharding utils.
See the "docs" directory for documentation and EIPs, and the "sharding" directory for code.
Please refer to pyethereum - Developer-Notes
git clone https://github.com/ethereum/sharding/
cd sharding
python setup.py install
- Update
setup.py
- Set flag
USE_PYETHEREUM_DEVELOP=1 python setup.py develop
pip install -r dev_requirements.txt