Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update README.md (#157)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
icodezjb authored and gguoss committed Nov 30, 2017
1 parent 5d091d6 commit a04284a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ $ ./bytomcli list-balances
Alice pays Bob `<payment_amount>`, e.g., 1000, `gold`:
- Bob creates receiver program
```bash
$./bytomcli create-account-receiver bob
$./bytomcli create-account-receiver bob
```
responses like this:
```
responses:map[control_program:766baa207b73a71a9e8a77ace69bdd5d68fdfacc841bfdd5d6e0057a331846c24ac222e35151ad696c00c0 expires_at:2017-12-30T17:10:01.915062361+08:00]
```
- off-chain transfers receiver program to alice
- Alice builds transaction and then makes this transacion on-chain
Expand Down

0 comments on commit a04284a

Please sign in to comment.