From eb92b6f2013aca1bc84a339c6f97afd146eec640 Mon Sep 17 00:00:00 2001 From: David Ye Date: Mon, 1 Dec 2025 16:59:27 -0800 Subject: [PATCH] docs: add testnet token faucet instructions to deployment guide Added instructions for obtaining testnet tokens --- src/pages/developers/tutorials/hello.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: