DanielSel / sharding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%