
Goerli (ETH)
Chain ID
5
Native Token
Goerli Ether (ETH)
RPC
https://goerli.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Faucets
paradigm.xyz
faucet.paradigm.xyz/
komputing.org
fauceth.komputing.org/
slock.it
goerli-faucet.slock.it/
mudit.blog
faucet.goerli.mudit.blog/
Explorers
etherscan-goerli
goerli.etherscan.io
Getting Started with Goerli
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 { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK("goerli");const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");