How to request Testnet Tokens
Last updated
Last updated
Sui faucet is a helpful tool where Sui developers can get free test SUI tokens to deploy and interact with their programs on Sui's Devnet and Testnet networks. There is no faucet for Sui Mainnet.
To request tokens from the faucet, you must own a wallet address that can receive the SUI tokens. You can generate an address via the or the .
Join . If you try to join the Sui Discord channel using a newly created Discord account, you may need to wait a few days for validation.
Request test SUI tokens in the Sui or Discord channels. Send the following message to the channel with your client address: !faucet <Your client address>
You can request test tokens within .
Use the following cURL command to request tokens directly from the faucet server:
Replace 'https://faucet.devnet.sui.io/gas'
with http://127.0.0.1:5003/gas
when working with a local network.
You can also access the faucet through the TS-SDK.