Skip to content

Commit

Permalink
Fix wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tore19 committed Dec 3, 2019
1 parent 7146450 commit fa52037
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

STAFI Protocol solves the contradiction between the token liquidity and Mainnet security by issuing ABS tokens, which provides the liquidity of your Staking Assets. ABS token increases the staking rate to a higher level (100%, theoretically) ,and it could be tradable, its security is guided by STAFI Protocol which ensure ABS token is the only collateral that can apply to redeem staking asstes from original staking blockchain ( Tezos, Cosmos, Polkadot, etc,.).


### Initial Setup

```
curl https://sh.rustup.rs -sSf | sh
rustup update stable
rustup update nightly
rustup default nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
cargo install --git https://github.com/alexcrichton/wasm-gc
```
Expand Down Expand Up @@ -39,14 +41,18 @@ Ensure you have a fresh start if updating from another version:
```
./scripts/purge-chain.sh
```
To start up the Stafi node and connect to the latest testnet, run:
To start up the Stafi node, run:
```
./target/release/stafi --chain=stafi --name <INSERT_NAME>
./target/release/stafi --dev
```

## Implemented Modules

### Stafi

* [Multisig](https://github.com/stafiprotocol/stafi/tree/master/node/modules/stafi-multisig)
* [Tokenbalances](https://github.com/stafiprotocol/stafi/tree/master/node/modules/tokenbalances)
* [Stafi-crypto](https://github.com/stafiprotocol/stafi-node/tree/master/node/modules/stafi-crypto)
* [Stafi-externalrpc](https://github.com/stafiprotocol/stafi-node/tree/master/node/modules/stafi-externalrpc)
* [Stafi-multisig](https://github.com/stafiprotocol/stafi-node/tree/master/node/modules/stafi-multisig)
* [Stafi-offchain-worker](https://github.com/stafiprotocol/stafi-node/tree/master/node/modules/stafi-offchain-worker)
* [Stafi-staking](https://github.com/stafiprotocol/stafi-node/tree/master/node/modules/stafi-staking)
* [Tokenbalances](https://github.com/stafiprotocol/stafi-node/tree/master/node/modules/tokenbalances)

0 comments on commit fa52037

Please sign in to comment.