Skip to content

Commit

Permalink
add faucet info
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 19, 2024
1 parent ba63691 commit bba648a
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions docs/deployment/5_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bba648a

Please sign in to comment.