An open API service indexing awesome lists of open source software.

https://github.com/ethereum/beacon_chain


https://github.com/ethereum/beacon_chain

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# eth2.0 Beacon Chain
[![CircleCI](https://circleci.com/gh/ethereum/beacon_chain.svg?style=svg)](https://circleci.com/gh/ethereum/beacon_chain)
> Implements a proof of concept beacon chain for a sharded pos ethereum 2.0. Spec in progress can be found [here](https://github.com/ethereum/eth2.0-specs).

## Installation
Using a python3.6.* environment, run the following to install required libraries:
```
pip install -e .[dev]
```

NOTE: We suggest using virtualenv to sandbox your setup.

## Tests
```
pytest tests
```

Run with `-s` option for detailed log output

## Installation through Docker
```
make build

make deploy
```

---

# Simple Serialize
[here](https://github.com/ethereum/beacon_chain/tree/master/ssz)