Double-A Chain Testnet
(AAC)
Popular Contracts
Chain ID
513
Native Token
Acuteangle Native Token (AAC)
RPC
https://double-a-chain-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
acuteangle.com
scan-testnet.acuteangle.com/faucet
Explorers
aacscan-testnet
scan-testnet.acuteangle.com
Getting Started with Double-A Chain 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 { DoubleAChainTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(DoubleAChainTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");