Blockton Blockchain
(BTON)
Popular Contracts
Info
blocktoncoin.com
Chain ID
8272
Native Token
BLOCKTON (BTON)
RPC
https://blockton-blockchain.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
blocktonscan.com
faucet.blocktonscan.com/
Explorers
Blockton Explorer
blocktonscan.com
Getting Started with Blockton 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 { BlocktonBlockchain } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(BlocktonBlockchain);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");