Testnet
Connect to B3 testnet with any EVM-compatible wallet
Chain Information
text1993
Fun fact: 1993 is the year "Doom" was released, which revolutionized the first-person shooter genre.
Ether (ETH)
The same token used on Ethereum mainnet, but for testing purposes only.
Network Endpoints
texthttps://testnet-rpc.b3.fun
Use this endpoint for standard HTTP requests to the B3 testnet.
textwss://testnet-rpc.b3.fun
Use this endpoint for real-time WebSocket connections to the B3 testnet.
Block Explorer
Quick Links
Adding B3 Testnet to Your Wallet
Open Wallet Settings
Open your wallet (MetaMask, Coinbase Wallet, etc.) and navigate to network settings.
Add Custom Network
Click "Add Network" or "Add Custom Network" depending on your wallet.
Enter Network Details
Fill in the following information:
- Network Name: B3 Testnet
- Chain ID: 1993
- RPC URL: https://testnet-rpc.b3.fun
- Currency Symbol: ETH
- Block Explorer URL: https://explorer.b3.fun
Save and Switch
Save the network configuration and switch to B3 Testnet.
You're now connected to B3 Testnet! You can start testing your applications.
Why Use Testnets?
Testnets provide a safe, controlled, and efficient environment for testing and experimentation. Test networks, or testnets, serve as essential tools for you to test your smart contracts before deploying them to the mainnet, minimizing the risk of failures or vulnerabilities in live applications.
Key Benefits
By simulating the mainnet environment, testnets offer a realistic representation of real-world conditions, complete with network latency, gas fees, and other factors that impact the performance of smart contracts. This accurate representation enables you to identify potential issues, optimize your applications, and ensure the best possible user experience for your end-users.
Moreover, testnets allow you to familiarize yourself with the B3 ecosystem and gain valuable hands-on experience, making them indispensable tools for both seasoned developers and newcomers to the world of blockchain development.
Development Workflow
Get Testnet ETH
Use the testnet faucet to get free ETH for testing.
Deploy and Test
Deploy your smart contracts to the testnet and thoroughly test all functionality.
Debug and Optimize
Use the block explorer and development tools to debug issues and optimize performance.
Deploy to Mainnet
Once testing is complete, deploy your production-ready contracts to B3 mainnet.
Always test thoroughly on testnet before deploying to mainnet with real funds.
Testnet vs Mainnet
Testnet:
- Chain ID: 1993
- RPC: https://testnet-rpc.b3.fun
- Explorer: https://testnet-explorer.b3.fun
Mainnet:
- Chain ID: 8333
- RPC: https://mainnet-rpc.b3.fun
- Explorer: https://explorer.b3.fun
Testnet: ETH has no real-world value - used only for testing
Mainnet: ETH has real-world value and costs money to acquire
Testnet: Development, testing, learning, experimentation
Mainnet: Production applications, real users, actual transactions