Freshened up docs with --genesis and Makefile

This commit is contained in:
Ethan Frey
2017-06-28 13:21:14 +02:00
parent 64b434a375
commit 44e9ecce43
4 changed files with 39 additions and 25 deletions
+2 -2
View File
@@ -42,10 +42,10 @@ The default files are stored in `~/.counter`. In another window we can
initialize the light-client and send a transaction:
```
countercli init --chain-id=test_chain_id --node=tcp://localhost:46657
countercli init --node=tcp://localhost:46657 --genesis=$HOME/.counter/genesis.json
YOU=$(countercli keys get friend | awk '{print $2}')
countercli tx send --name=cool --amount=1000mycoin --to=0x$YOU --sequence=1
countercli tx send --name=cool --amount=1000mycoin --to=$YOU --sequence=1
```
But the Counter has an additional command, `countercli tx counter`, which