Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
fdibartolo authored Nov 30, 2018
1 parent 3110f1f commit 9fb45f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -38,11 +38,12 @@ And then, to join consecutive nodes to the network, a peer ip address needs to b

### Submit a transaction

Even though any http client can be use to post to the api to submit a transaction, there is a mix task available for that as well (easier, right?). All three arguments must be specified, i.e.
Even though any http client can be used to make post requests to the api in order to submit transactions, there is a mix task available for that as well (easier, right?). All three arguments must be specified, i.e.

`$ docker exec node3 mix blexchain.transfer from:172.18.0.2 to:172.18.0.3 amount:100`

`from` and `to` are the peer ip addresses whose nodes are listening on.
`from` and `to` are the peer ip addresses whose nodes are running on.

`node3` can actually be __any__ node in the network

---

0 comments on commit 9fb45f1

Please sign in to comment.