diff --git a/Cargo.toml b/Cargo.toml index b869b536f..f14f6e9b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "phist" +name = "silk" version = "0.1.0" authors = ["Greg Fitzgerald "] diff --git a/README.md b/README.md index d040c4834..a671c9539 100644 --- a/README.md +++ b/README.md @@ -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