solana/README.md

418 B

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