solana/README.md

28 lines
418 B
Markdown
Raw Normal View History

2018-02-15 12:59:33 -08:00
[![Build Status](https://travis-ci.org/garious/phist.svg?branch=master)](https://travis-ci.org/garious/phist)
2018-02-14 14:25:49 -08:00
# :punch: phist :punch:
2018-02-15 12:59:33 -08:00
An implementation of Loom's Proof-of-History.
# Developing
Install Rust and Cargo:
```bash
$ curl https://sh.rustup.rs -sSf | sh
```
Download the source code:
```bash
$ git clone https://github.com/garious/phist.git
$ cd phist
```
Run the test suite:
```bash
cargo test
```