https://github.com/ethereum/beacon_chain
https://github.com/ethereum/beacon_chain
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethereum/beacon_chain
- Owner: ethereum
- License: mit
- Created: 2018-06-15T16:26:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T20:34:43.000Z (about 3 years ago)
- Last Synced: 2025-01-01T02:10:40.991Z (4 months ago)
- Language: Python
- Size: 397 KB
- Stars: 210
- Watchers: 48
- Forks: 65
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eth2.0 Beacon Chain
[](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 buildmake deploy
```---
# Simple Serialize
[here](https://github.com/ethereum/beacon_chain/tree/master/ssz)