Skip to content

Commit

Permalink
[docs]: add BB-8 home address
Browse files Browse the repository at this point in the history
  • Loading branch information
tolitius committed Mar 2, 2018
1 parent 508eed8 commit 35c05e8
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ A command line interface to [Stellar](https://www.stellar.org/) networks.
- [Set Default Address and Seed](#set-default-address-and-seed)
- [Standalone Transactions](#standalone-transactions)
- [Composed Transactions](#composed-transactions)
- [Help](#help)
- [Help Flag](#help-flag)
- [Donate](#donate)
- [License](#license)

## Why
Expand Down Expand Up @@ -1148,7 +1149,7 @@ bb submit
## 2018/02/28 10:48:29 sending 42.0 XLM from GBDGNIE6H7RSFIXLID6XO3GHUPPCX5BBJ7JJBRXKB6DBS5B2VSEUWOG6 to GDQM2SJ2HSFPNPS2EQC6V3OF3RBJHX3WMFC2CWVIFJH6MGIWZG4DNMJK
```

## Help
## Help Flag

All BB-8 commands and options have descriptions and examples that are available with a `--help` / `-h` flag.

Expand Down Expand Up @@ -1221,6 +1222,19 @@ Flags:
and so on. This kind of help is available for all the commands. Feel free to submit an issue in case it is missing, or more details about the command, option, flag would be helpful.
## Donate
BB-8 lives on the public Stellar network at `GBKOPETTWWVE7DM72YOVQ4M2UIY3JCKDYQBTSNLGLHI6L43K7XPDROID`.
To show support, given that your [defaults are set](#set-default-address-and-seed), and the [network is chosen](#choose-stellar-network), you could:
```
$ bb send-payment -s '{"to": "GBKOPETTWWVE7DM72YOVQ4M2UIY3JCKDYQBTSNLGLHI6L43K7XPDROID",
"amount": "1.0"}'
```
If you [include a memo](https://github.com/tolitius/bb8#add-memo) in your contribution BB-8 will use it to thank you publicly.
## License
Copyright © 2018 tolitius
Expand Down

0 comments on commit 35c05e8

Please sign in to comment.