Evmos Testnet
(tEVMOS)
Popular Contracts
Info
evmos.org
Chain ID
9000
Native Token
test-Evmos (tEVMOS)
RPC
https://evmos-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
evmos.dev
faucet.evmos.dev/
Explorers
Evmos EVM Explorer
evm.evmos.dev
Evmos Cosmos Explorer
explorer.evmos.dev
Getting Started with Evmos 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 { EvmosTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(EvmosTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");