File tree 2 files changed +10
-17
lines changed
chainOps/standalone/tutorials
2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,19 @@ export GOPATH=~/go
17
17
export PATH=$PATH :$GOPATH /bin
18
18
```
19
19
20
- 4 . Generate a new mnemonic key for your node. This key is what your node will use to eventually sign transactions/blocks on the network.
20
+ 4 . Compile ` sifnoded ` and ` sifgen ` :
21
+
22
+ ``` bash
23
+ make install
24
+ ```
25
+
26
+ 5 . Generate a new mnemonic key for your node. This key is what your node will use to eventually sign transactions/blocks on the network.
21
27
22
28
``` bash
23
29
rake " sifnode:keys:generate:mnemonic"
24
30
```
25
31
26
- 5 . Import your newly generated key:
32
+ 6 . Import your newly generated key:
27
33
28
34
``` bash
29
35
rake " sifnode:keys:import[<moniker>]"
41
47
rake " sifnode:keys:import[my-node]"
42
48
```
43
49
44
- 6 . Check that it's been imported accordingly:
50
+ 7 . Check that it's been imported accordingly:
45
51
46
52
``` bash
47
53
rake " sifnode:keys:show[<moniker>]"
59
65
rake " sifnode:keys:show[my-node]"
60
66
```
61
67
62
- 7 . Compile ` sifnoded ` :
63
-
64
- ``` bash
65
- make install
66
- ```
67
-
68
68
8 . Boot your node:
69
69
70
70
``` bash
Original file line number Diff line number Diff line change @@ -114,26 +114,19 @@ sif1j3mmq2dsfws0pv5fut3ce2252w0ere8g2alrvd
114
114
` ` `
115
115
` ` ` json
116
116
{
117
- " address" : " " ,
118
117
" base_denom" : " uphoton" ,
119
118
" decimals" : " 6" ,
120
119
" denom" : " ibc/C782C1DE5F380BC8A5B7D490684894B439D31847A004B271D7B7BA07751E582A" ,
121
- " display_name" : " " ,
122
- " display_symbol" : " " ,
123
- " external_symbol" : " " ,
124
120
" ibc_channel_id" : " channel-101" ,
125
121
" ibc_counterparty_chain_id" : " cosmoshub-testnet" ,
126
122
" ibc_counterparty_channel_id" : " channel-3" ,
127
123
" ibc_counterparty_denom" : " " ,
128
- " is_whitelisted" : true,
129
- " network" : " " ,
130
- " path" : " transfer/channel-101" ,
124
+ " ibc_transfer_port" : " transfer" ,
131
125
" permissions" : [
132
126
" CLP" ,
133
127
" IBCEXPORT" ,
134
128
" IBCIMPORT"
135
129
],
136
- " transfer_limit" : " " ,
137
130
" unit_denom" : " "
138
131
}
139
132
` ` `
You can’t perform that action at this time.
0 commit comments