Getting Started
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://rpc.podtestnet.dev");
const balance = await provider.getBalance("0xYourAddress");Network Configuration
Property
Value
Next Steps
Last updated

