/sharding

Sharding utils in Vyper/Python

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

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