Update readme

This commit is contained in:
Paul Hauner 2018-07-18 10:26:47 +10:00
parent 84239a7276
commit ac561a4684

View File

@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/sigp/rust_beacon_chain.svg?branch=master)](https://travis-ci.org/sigp/rust_beacon_chain)
A **work-in-progress** implementation of the Ethereum beacon_chain in Rust.
It's named "lighthouse" because they are rusty beacons.
It is an implementation of the [Full PoS Casper chain
v2](https://notes.ethereum.org/SCIg8AH5SA-O4C1G1LYZHQ?view) spec and is also
@ -12,7 +11,7 @@ largely based upon the
## Usage
Presently this is proof-of-concept with p2p or any expected node functionality.
Presently this is proof-of-concept without p2p or any expected node functionality.
You can run the tests like this:
```