mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
96fe99f8fa81a84ba3990565ced09031a0ae0671
Rust Beacon Chain
A work-in-progress implementation of the Ethereum beacon_chain in Rust.
It is an implementation of the Full PoS Casper chain v2 spec and is also largely based upon the ethereum/beacon_chain repo.
Usage
Presently this is just a bunch of data structures and some tests.
$ git clone <url>
$ cd rust_beacon_chain
$ cargo test
Contact
This repo is presently authored by Paul Hauner (@paulhauner) as a Sigma Prime project.
Best place for discussion is probably the ethereum/sharding gitter.
TODO:
- Implement state transitions up-to-par with the Python reference implementation.
- Ensure bls library is secure.
- Implement RLP serialization for BLS signatures.
Description
Languages
Rust
99.4%
Shell
0.3%
Makefile
0.1%