Go to file
Greg Fitzgerald 2a04f4b52a Add code coverage badge 2018-02-16 09:02:44 -07:00
src Move tests to expose them to rustfmt and kcov 2018-02-15 17:47:54 -07:00
.gitignore cargo init 2018-02-14 07:23:59 -07:00
.travis.yml Try running kcov within docker 2018-02-16 08:55:25 -07:00
Cargo.toml Upgrade dependencies 2018-02-15 15:26:52 -07:00
README.md Add code coverage badge 2018-02-16 09:02:44 -07:00

README.md

Build Status codecov

👊 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