thirdweb

⌘K

DocsSupport

XDC Apothem Network

(TXDC)

Info

xinfin.org

Chain ID

51

Native Token

XinFin (TXDC)

RPC

https://51.rpc.thirdweb.com

Block Height

0

Latency

0 ms

Faucets

Explorers


Popular Contracts

Explore more

Getting Started with XDC Apothem Network

Choose a language:

Install the latest version of the SDK:

npm i thirdweb

Initialize the SDK and contract on your project:

import { createThirdwebClient, getContract } from "thirdweb";
import { defineChain } from "thirdweb";
// create the client with your clientId, or secretKey if in a server environment
const client = createThirdwebClient({
clientId: "YOUR_CLIENT_ID"
});
// connect to your contract
const contract = getContract({
client,
chain: defineChain(51),
address: "0x..."
});

You will need to pass a client ID/secret key to use thirdweb's infrastructure services. If you don't have any API keys yet you can create one for free from the dashboard settings.

Feedback

Privacy Policy

Terms of Service

Gas Estimator

Chainlist

Copyright © 2024 thirdweb