ADIL Testnet
(ADIL)
Popular Contracts
Buy and sell ERC721/ERC1155 tokens
Create collection of unique NFTs.
Release ERC1155 tokens for a set price.
Info
adilchain.io
Chain ID
7575
Native Token
Testnet ADIL (ADIL)
RPC
https://adil-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
adil-scan.io
testnet-faucet.adil-scan.io/
Explorers
ADIL Testnet Explorer
testnet.adilchain-scan.io
Getting Started with ADIL Testnet
Choose a language:
Install the latest version of the SDK:
npm install @thirdweb-dev/sdk [email protected]
Initialize the SDK and contract on your project:
import { AdilTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(AdilTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");