Skip to content

Commit 0c2df0c

Browse files
devjscJoshua Croft
andauthored
docs: updated docs to build from master (#240)
* updated docs to use master, added info to create a balance at genesis and removed deleted args * Update single-node-network.md * updates per feedback Co-authored-by: Joshua Croft <[email protected]>
1 parent 5fdbadc commit 0c2df0c

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

docs/docs/building.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ Download the latest released version from github and build the project using the
1313
git clone https://github.com/fetchai/fetchd.git && cd fetchd
1414
```
1515

16-
Then select the particular tag version you want to build, ie:
17-
18-
```bash
19-
git checkout v0.8.7
20-
```
21-
2216
Then build the code with the command:
2317

2418
```bash

docs/docs/single-node-network.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ For more information checkout the complete [documentation on keys](../cli-keys/)
4242

4343
**Step 5 - Adding the validator to the network**
4444

45-
To set the initial state for the network use the following command. This allocates `100000000000000000000` stake tokens
46-
to the validator which can be bonded.
45+
To set the initial state for the network use the following command. This allocates `100000000000000000000` `stake` tokens
46+
to the validator which can be bonded.
4747

4848
`fetchd add-genesis-account validator 100000000000000000000stake`
4949

50+
`stake` is the default test token denomination in the cosmos ecosystem, but you could use `afet`, `BTC` etc.
51+
5052
**Step 6 - Generating a validator transaction**
5153

5254
To get your validator to sign the genesis block (and to agree that this is the correct genesis starting point) use the
@@ -76,7 +78,8 @@ To run the network use the following command.
7678
Often you will want to clear out all the data from the network and start again. To do that in a local network simply
7779
run the following command:
7880

79-
`fetchd unsafe-reset-all`
81+
`fetchd tendermint unsafe-reset-all`
8082

8183
This resets the chain back to genesis, you **DO NOT** need to perform the network setup steps again. After running this
8284
command you can simply run the `fetchd start` command again.
85+

0 commit comments

Comments
 (0)