solana/README.md

29 lines
535 B
Markdown
Raw Normal View History

2018-02-15 13:59:33 -07:00
[![Build Status](https://travis-ci.org/garious/phist.svg?branch=master)](https://travis-ci.org/garious/phist)
2018-02-16 09:02:44 -07:00
[![codecov](https://codecov.io/gh/garious/phist/branch/master/graph/badge.svg)](https://codecov.io/gh/garious/phist)
2018-02-14 15:25:49 -07:00
# :punch: phist :punch:
2018-02-15 13:59:33 -07: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
```