Rename the project
This commit is contained in:
parent
cc58b25270
commit
da01f45d39
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "phist"
|
name = "silk"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Greg Fitzgerald <garious@gmail.com>"]
|
authors = ["Greg Fitzgerald <garious@gmail.com>"]
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
||||||
[](https://travis-ci.org/garious/phist)
|
[](https://travis-ci.org/loomprotocol/silk)
|
||||||
[](https://codecov.io/gh/garious/phist)
|
[](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
|
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
|
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:
|
Download the source code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/garious/phist.git
|
$ git clone https://github.com/loomprotocol/silk.git
|
||||||
$ cd phist
|
$ cd silk
|
||||||
```
|
```
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
|
|
Loading…
Reference in New Issue