Skip to content

Commit

Permalink
Rename the project
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Feb 16, 2018
1 parent cc58b25 commit da01f45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "phist"
name = "silk"
version = "0.1.0"
authors = ["Greg Fitzgerald <[email protected]>"]

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da01f45

Please sign in to comment.