Go to file
Greg Fitzgerald 046271a657 First attempt at lighting up code coverage 2018-02-15 17:47:34 -07:00
src Cleanup 2018-02-15 16:00:53 -07:00
.gitignore cargo init 2018-02-14 07:23:59 -07:00
.travis.yml First attempt at lighting up code coverage 2018-02-15 17:47:34 -07:00
Cargo.toml Upgrade dependencies 2018-02-15 15:26:52 -07:00
README.md First attempt at lighting up code coverage 2018-02-15 17:47:34 -07:00

README.md

Build Status

👊 phist 👊

An implementation of Loom's Proof-of-History.

Developing

Install Rust and Cargo:

$ curl https://sh.rustup.rs -sSf | sh

Download the source code:

$ git clone https://github.com/garious/phist.git
$ cd phist

Run the test suite:

cargo test