skoupidi 1 год назад
Родитель
Сommit
e21d7ace07
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      doc/src/testnet/token.md

+ 5 - 3
doc/src/testnet/token.md

@@ -32,8 +32,10 @@ $ ./drk wallet --balance
 On the DarkFi network, we're able to mint custom tokens with some
 supply. To do this, we need to generate a mint authority keypair,
 and derive a token ID from it. The tokens shown in the outputs are
-placeholders for the ones that will be generated from your. We can
-simply create our own tokens by executing the following command:
+placeholders for the ones that will be generated from you. In rest of
+the guide, use the ones you generated by replacing the corresponding
+placeholder. We can simply create our own tokens by executing the
+following command:
 
 ```shell
 $ ./drk token generate-mint
@@ -109,7 +111,7 @@ Generating alias ANON for Token: {TOKEN1}
 ```shell
 $ ./drk alias add DAWN {TOKEN2}
 
-Generating alias ANON for Token: {TOKEN2}
+Generating alias DAWN for Token: {TOKEN2}
 ```
 
 ```shell