Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iverc committed Sep 28, 2021
1 parent ca0e42f commit 4b6b890
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
18 changes: 9 additions & 9 deletions docs/chainOps/standalone/tutorials/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin
```

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.
4. Compile `sifnoded` and `sifgen`:

```bash
make install
```

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.

```bash
rake "sifnode:keys:generate:mnemonic"
```

5. Import your newly generated key:
6. Import your newly generated key:

```bash
rake "sifnode:keys:import[<moniker>]"
Expand All @@ -41,7 +47,7 @@ e.g.:
rake "sifnode:keys:import[my-node]"
```

6. Check that it's been imported accordingly:
7. Check that it's been imported accordingly:

```bash
rake "sifnode:keys:show[<moniker>]"
Expand All @@ -59,12 +65,6 @@ e.g.:
rake "sifnode:keys:show[my-node]"
```

7. Compile `sifnoded`:

```bash
make install
```

8. Boot your node:

```bash
Expand Down
9 changes: 1 addition & 8 deletions docs/ibc/Queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,26 +114,19 @@ sif1j3mmq2dsfws0pv5fut3ce2252w0ere8g2alrvd
```
```json
{
"address": "",
"base_denom": "uphoton",
"decimals": "6",
"denom": "ibc/C782C1DE5F380BC8A5B7D490684894B439D31847A004B271D7B7BA07751E582A",
"display_name": "",
"display_symbol": "",
"external_symbol": "",
"ibc_channel_id": "channel-101",
"ibc_counterparty_chain_id": "cosmoshub-testnet",
"ibc_counterparty_channel_id": "channel-3",
"ibc_counterparty_denom": "",
"is_whitelisted": true,
"network": "",
"path": "transfer/channel-101",
"ibc_transfer_port": "transfer",
"permissions": [
"CLP",
"IBCEXPORT",
"IBCIMPORT"
],
"transfer_limit": "",
"unit_denom": ""
}
```

0 comments on commit 4b6b890

Please sign in to comment.