Ctex Scan Blockchain
(CTEX)
Popular Contracts
Info
ctextoken.io
Chain ID
1455
Native Token
CTEX (CTEX)
RPC
https://ctex-scan-blockchain.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
ctexscan.com
faucet.ctexscan.com/
Explorers
Ctex Scan Explorer
ctexscan.com
Getting Started with Ctex Scan Blockchain
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 { CtexScanBlockchain } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(CtexScanBlockchain);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");