File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ Download the latest released version from github and build the project using the
13
13
git clone https://github.com/fetchai/fetchd.git && cd fetchd
14
14
```
15
15
16
- Then select the particular tag version you want to build, ie:
17
-
18
- ``` bash
19
- git checkout v0.8.7
20
- ```
21
-
22
16
Then build the code with the command:
23
17
24
18
``` bash
Original file line number Diff line number Diff line change @@ -42,11 +42,13 @@ For more information checkout the complete [documentation on keys](../cli-keys/)
42
42
43
43
** Step 5 - Adding the validator to the network**
44
44
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.
47
47
48
48
` fetchd add-genesis-account validator 100000000000000000000stake `
49
49
50
+ ` stake ` is the default test token denomination in the cosmos ecosystem, but you could use ` afet ` , ` BTC ` etc.
51
+
50
52
** Step 6 - Generating a validator transaction**
51
53
52
54
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.
76
78
Often you will want to clear out all the data from the network and start again. To do that in a local network simply
77
79
run the following command:
78
80
79
- `fetchd unsafe-reset-all`
81
+ `fetchd tendermint unsafe-reset-all`
80
82
81
83
This resets the chain back to genesis, you ** DO NOT** need to perform the network setup steps again. After running this
82
84
command you can simply run the ` fetchd start ` command again.
85
+
You can’t perform that action at this time.
0 commit comments