Browse Source

tutorial: wrote transfer doc

lunar-mining 4 years ago
parent
commit
047914b388
1 changed files with 16 additions and 1 deletions
  1. 16 1
      doc/tutorial.md

+ 16 - 1
doc/tutorial.md

@@ -157,7 +157,22 @@ $ drk wallet --balances
 
 
 ## Transfer
 ## Transfer
 
 
-TODO
+Now that you have darkened tokens inside darkfi, you can send them
+around anonymously.
+
+Find a friend with an account on darkfi and ask them for their darkfi
+address. Then run the transfer command:
+
+```
+$ drk transfer <TOKEN> <ADDRESS> <AMOUNT>
+```
+
+For example, to transfer 1 SOL to a user at XXX address, you would run
+the following command:
+
+```
+$ drk transfer sol <ADDRESS> 1
+```
 
 
 ## Withdraw
 ## Withdraw