Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/pages/developers/tutorials/hello.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down