P12 Chain (hP2)
Popular Contracts
Info
p12.network
Chain ID
20736
Native Token
Hooked P2 (hP2)
RPC
https://p12-chain.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Explorers
P12 Chain Explorer
explorer.p12.games
Getting Started with P12 Chain
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 { P12Chain } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(P12Chain);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");