Shardeum Liberty 2.X (SHM)
Chain ID
8081
Native Token
Shardeum SHM (SHM)
RPC
https://shardeum-liberty-2-x.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
shardeum.org
faucet.liberty20.shardeum.org/
Explorers
Shardeum Scan
explorer-liberty20.shardeum.org
Getting Started with Shardeum Liberty 2.X
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 ShardeumLiberty2X from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(ShardeumLiberty2X);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");