tutorial: finished deposit documentation

This commit is contained in:
lunar-mining
2021-10-19 17:17:36 +02:00
parent ca6e47f998
commit d2ef60afcb
2 changed files with 15 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
PREFIX = /usr/local PREFIX = /usr/local
CONFDIR = $(HOME)/.config/darkfi CONFDIR = $(HOME)/.config/darkfi
DLURL = https://testnet.cashier.dark.fi DLURL = http://185.165.171.77
CARGO = cargo CARGO = cargo
DLTOOL = wget -q -O- DLTOOL = wget -q -O-

View File

@@ -140,7 +140,20 @@ Deposit your coins to the following address: "734JBp3FRPoDs6ibSMyq3CV9zyMiDeynxM
``` ```
Using Bitcoin or Solana, deposit the desired tokens to the specified Using Bitcoin or Solana, deposit the desired tokens to the specified
address. address. Wait a moment- it should take about 30 seconds to receive your
deposit. You can follow the progress on the terminal window where you ran
`darkfid`. Then check your updated balance, like so:
```
$ drk wallet --balances
+-------+--------+---------+
| token | amount | network |
+-------+--------+---------+
| SOL | 1 | solana |
+-------+--------+---------+
```
## Transfer ## Transfer