Aurora Testnet
(ETH)
Popular Contracts
Info
aurora.dev
Chain ID
1313161555
Native Token
Ether (ETH)
RPC
https://aurora-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Explorers
aurorascan.dev
testnet.aurorascan.dev
Getting Started with Aurora 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 { AuroraTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(AuroraTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");