mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
tutorial: finished deposit documentation
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
||||
|
||||
PREFIX = /usr/local
|
||||
CONFDIR = $(HOME)/.config/darkfi
|
||||
DLURL = https://testnet.cashier.dark.fi
|
||||
DLURL = http://185.165.171.77
|
||||
|
||||
CARGO = cargo
|
||||
DLTOOL = wget -q -O-
|
||||
|
||||
@@ -140,7 +140,20 @@ Deposit your coins to the following address: "734JBp3FRPoDs6ibSMyq3CV9zyMiDeynxM
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user