lighthouse/README.md
2018-07-17 18:13:22 +10:00

1013 B

Rust Beacon Chain

Build Status

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 proof-of-concept with p2p or any expected node functionality. You can run the tests like this:

$ git clone <url>
$ cd rust_beacon_chain
$ cargo test

Contact

This repo is presently authored by Paul Hauner 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 aggregate pub keys for BLS.