Skip to content

Commit

Permalink
Fix README (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshiiit committed Nov 19, 2021
1 parent 558e730 commit 1ac64b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ $ certik init node0 --chain-id shentuchain
$ certik keys add jack
$ certik add-genesis-account $(certik keys show jack -a) 200000000uctk
$ certik add-genesis-account $(certik keys show jack -a) 10000000000000000uctk
$ certik add-genesis-certifier $(certik keys show jack -a)
Expand All @@ -154,7 +154,7 @@ $ certik add-genesis-shield-admin $(certik keys show jack -a)
Notification: Every transaction will need 5000uctk (certik token), so you'd better start with more than 5000uctk here.
```bash
$ certik gentx --name jack --amount 10000000000000000uctk
$ certik gentx jack 10000000000000000uctk --chain-id shentuchain
$ certik collect-gentxs
$ certik start
Expand Down

0 comments on commit 1ac64b6

Please sign in to comment.