Horizen Yuma Testnet
(tZEN)
Popular Contracts
Info
horizen.io/
Chain ID
1662
Native Token
Testnet Zen (tZEN)
RPC
https://horizen-yuma-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
horizen.io
yuma-testnet-faucet.horizen.io/
Explorers
Yuma Testnet Block Explorer
yuma-explorer.horizen.io
Getting Started with Horizen Yuma Testnet
Choose a language:
Install the latest version of the SDK:
npm install @thirdweb-dev/sdk ethers@5
Initialize the SDK and contract on your project:
import { HorizenYumaTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(HorizenYumaTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");