CLI fee and amount now use string inputs specifying the coin type

readme update

intermin
This commit is contained in:
rigelrozanski
2017-02-13 17:01:28 -05:00
parent 50e787af0a
commit e3302bb1bb
6 changed files with 87 additions and 37 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ This will create the `basecoin` binary in `$GOPATH/bin`.
The basecoin CLI can be used to start a stand-alone basecoin instance (`basecoin start`),
or to start basecoin with Tendermint in the same process (`basecoin start --in-proc`).
It can also be used to send transactions, eg. `basecoin tx send --to 0x4793A333846E5104C46DD9AB9A00E31821B2F301 --amount 100`
It can also be used to send transactions, eg. `basecoin tx send --to 0x4793A333846E5104C46DD9AB9A00E31821B2F301 --amount 100btc,10gold`
See `basecoin --help` and `basecoin [cmd] --help` for more details`.
## Learn more