Developers
Build on Redbelly
A compliant Layer 1 for real-world assets, with EVM tooling you already know. Here is everything you need to ship.
Network configuration
Verified parameters. Add either network to your wallet in one click.
MainnetTestnet
Network nameRedbelly Network MainnetRedbelly Network Testnet
Chain ID151153
RPC URLhttps://governors.mainnet.redbelly.networkhttps://governors.testnet.redbelly.network
CurrencyRBNT (18)RBNT (18)
Explorerhttps://redbelly.routescan.iohttps://redbelly.testnet.routescan.io
SDKs & viem
Redbelly is EVM-compatible — use viem, wagmi, ethers, or thirdweb. The chain object ships in this repo.
import { createPublicClient, http } from "viem";
import { redbellyMainnet } from "@/lib/chains";
const client = createPublicClient({
chain: redbellyMainnet,
transport: http(), // https://governors.mainnet.redbelly.network
});
const block = await client.getBlockNumber();Testnet & faucet
Chain 153 mirrors mainnet. Grab RBNT from the faucet, deploy, and iterate before going live.
- Standard JSON-RPC over HTTPS
- eth_* + net_* method support
- Same contracts as mainnet
- Governor-rotated RPC endpoints