From bba648a1260f8903b303b3005a7729c8f41670ca Mon Sep 17 00:00:00 2001 From: wanwiset25 Date: Thu, 19 Sep 2024 16:38:24 +0400 Subject: [PATCH] add faucet info --- docs/deployment/5_faq.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/deployment/5_faq.md b/docs/deployment/5_faq.md index c9ee9a0..64ffdb7 100644 --- a/docs/deployment/5_faq.md +++ b/docs/deployment/5_faq.md @@ -7,15 +7,26 @@ sidebar_position: 5 - For testing, should I use devnet or testnet? - Testnet, devnet will be less stable due to frequent updates. + Testnet, devnet will be less stable due to frequent development changes. - - Where do I get Subnet tokens and how to manage them? + - Where do I get Subnet tokens? - In XDC-Subnet all initial tokens are assigned to the Grandmaster wallet (check keys.json). You can use any web3 wallet, point it to a Subnet node's RPC and send tokens over to other addresses. + In XDC-Subnet all initial tokens are assigned to the Grandmaster wallet (check keys.json). You can use any web3 wallet and connect to the Subnet RPC as a custom network, then transfer to other addresses. + +- How can I manage Subnet tokens? + + 1. You can use any web3 wallet and connect to the Subnet RPC as a custom network, then transfer to other addresses. + 2. We have a faucet script to help with one-time transfers under `generated/scripts/faucet.sh` + 3. We have a faucet server so anyone can request for tokens, to deploy check `generated/scripts/faucet-server.sh` + + - How can I easily give out Subnet tokens to my users? + + We have provided a Faucet server for you to deploy under `generated/scripts/faucet-server.sh`. Anyone with access to the faucet page can request for tokens. + Please check (faucet page) - Which files contain sensitive data and private keys? - common.env, contract_deploy.env, and keys.json. Please make sure these files are kept securely. + common.env, contract_deploy.env, keys.json, and subnet*.env. Please make sure these files are kept securely. - This function didn't work/I have encoutered an unexpected bug