2018-02-15 13:59:33 -07:00
|
|
|
[](https://travis-ci.org/garious/phist)
|
2018-02-16 09:02:44 -07:00
|
|
|
[](https://codecov.io/gh/garious/phist)
|
2018-02-14 15:25:49 -07:00
|
|
|
|
2018-02-15 16:09:11 -07:00
|
|
|
# :punch: phist :punch:
|
2018-02-15 13:59:33 -07:00
|
|
|
|
|
|
|
An implementation of Loom's Proof-of-History.
|
2018-02-15 16:09:11 -07:00
|
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
```
|