Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 763 Bytes

readme.md

File metadata and controls

30 lines (23 loc) · 763 Bytes

Sharding

Build Status

This repository contains the basic sharding utils.

See the "docs" directory for documentation and EIPs, and the "sharding" directory for code.

Installation

Environment

Please refer to pyethereum - Developer-Notes

Install

git clone https://github.com/ethereum/sharding/
cd sharding
python setup.py install

Install with specific pyethereum branch and commit hash

  1. Update setup.py
  2. Set flag
USE_PYETHEREUM_DEVELOP=1 python setup.py develop

Install development tool

pip install -r dev_requirements.txt