Rename the project

This commit is contained in:
Greg Fitzgerald 2018-02-16 11:49:21 -07:00
parent cc58b25270
commit da01f45d39
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "phist"
name = "silk"
version = "0.1.0"
authors = ["Greg Fitzgerald <garious@gmail.com>"]

View File

@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/garious/phist.svg?branch=master)](https://travis-ci.org/garious/phist)
[![codecov](https://codecov.io/gh/garious/phist/branch/master/graph/badge.svg)](https://codecov.io/gh/garious/phist)
[![Build Status](https://travis-ci.org/loomprotocol/silk.svg?branch=master)](https://travis-ci.org/loomprotocol/silk)
[![codecov](https://codecov.io/gh/loomprotocol/silk/branch/master/graph/badge.svg)](https://codecov.io/gh/loomprotocol/silk)
# :punch: phist :punch:
# Silk, A Silky Smooth Implementation of the Loom Architecture
Loom is a new achitecture for a high performance blockchain. Its whitepaper boasts a theoretical
throughput of 710k transactions per second on a 1 gbps network. The first implementation of the
@ -30,8 +30,8 @@ $ rustup component add rustfmt-preview
Download the source code:
```bash
$ git clone https://github.com/garious/phist.git
$ cd phist
$ git clone https://github.com/loomprotocol/silk.git
$ cd silk
```
Testing