From 29a74e0b2c9e2b0aa9545d1bdb5c2dd90933a35a Mon Sep 17 00:00:00 2001 From: Peng Zhong <172531+nylira@users.noreply.github.com> Date: Sun, 10 Jun 2018 16:52:02 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5c6522..92249af 100644 --- a/README.md +++ b/README.md @@ -199,18 +199,16 @@ MYPUBKEY= ### Get coins -The best way to get coins at the moment is to ask in Riot chat. We plan to have a reliable faucet in future testnets. +The best way to get coins is from the [Cosmos Testnet Faucet](https://faucetcosmos.network). If the faucet is not working for you, try asking [#cosmos-validators](https://riot.im/app/#/room/#cosmos-validators:matrix.org). ## Send tokens ``` -gaiacli send --amount=1000fermion --chain-id= --sequence=0 --name= --to= +gaiacli send --amount=1000fermion --chain-id= --name= --to= ``` The `--amount` flag defines the corresponding amount of the coin in the format `--amount=` -The `--sequence` flag corresponds to the sequence number to sign the tx. - Now check the destination account and your own account to check the updated balances \(by default the latest block\): ```