diff --git a/src/pages/developers/tutorials/hello.mdx b/src/pages/developers/tutorials/hello.mdx index 25e19fe7..8d693c80 100644 --- a/src/pages/developers/tutorials/hello.mdx +++ b/src/pages/developers/tutorials/hello.mdx @@ -231,6 +231,18 @@ The `--json` flag outputs the wallet details in JSON format, and the `jq` query extracts the `private_key` field, printing it as a 64-character hexadecimal string. + +### Get Testnet Tokens + +Before you can deploy smart contracts or send transactions on the testnet, you must hold gas tokens to pay for network fees. + +You will need testnet ZETA tokens for the ZetaChain testnet, as well as the appropriate gas tokens to initiate transactions on any connected chains (e.g., Base Sepolia). + +The official documentation provides a list of testnet faucets for these chains: + +* **[ZetaChain Faucet Guide](https://www.zetachain.com/docs/reference/faucet)** + + ### Deploy the Contract on ZetaChain Deploy the contract to ZetaChain’s testnet: