Base Learn - Testnet
BaseCamp - DEPLOYMENT
Overview
The BASE LEARN Testnet allows developers to deploy smart contracts on Base Sepolia and earn an NFT as a reward. This section will guide you through the process of setting up a wallet, claiming testnet tokens, and deploying smart contracts using Remix or Hardhat.
Requirements
Wallet: Metamask or OKX (Use a fresh or dedicated testnet wallet)
Network: Base Sepolia
Step-by-Step Guide
Setting Up the Wallet
Install Metamask or OKX Wallet if you haven’t already.
Add the Sepolia & Base Sepolia Network to your wallet using the following parameters:
Sepolia Testnet RPCNetwork Name: Sepolia Testnet
RPC URL:
https://rpc.sepolia.org
Chain ID: 11155111
Currency Symbol: ETH
Block Explorer URL: https://sepolia.etherscan.io
Base Sepolia Testnet RPCNetwork Name: Base Sepolia
RPC URL:
https://sepolia.base.org
Chain ID: 84531
Currency Symbol: ETH
Block Explorer URL: https://sepolia.basescan.org
Claiming Sepolia Testnet ETH
Visit the Sepolia Faucet and claim your testnet ETH. This will be used to pay gas fees on the Base Sepolia network.
Bridging Sepolia ETH to Base Sepolia
Use the Base Bridge to bridge Sepolia ETH to Base Sepolia for testing deployments.
Last updated