Quadrans Blockchain Testnet
(tQDC)
Popular Contracts
Info
quadrans.io
Chain ID
10947
Native Token
Quadrans Testnet Coin (tQDC)
RPC
https://quadrans-blockchain-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
quadrans.io
faucetpage.quadrans.io/
Explorers
explorer
explorer.testnet.quadrans.io
Getting Started with Quadrans Blockchain 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 { QuadransBlockchainTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(QuadransBlockchainTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");