Loading…
Zroarus Developer Platform
EVM-compatible infrastructure for applications, markets and autonomous agents. Standard JSON-RPC, standard tooling and 2-second blocks with immediate finality.
Everything below comes from the canonical network configuration.
Add to your wallet
Phorcefield supports Zroarus Devnet natively. Other EIP-1193 wallets are offered the network through the standard add-chain request.
View explorertZROAR has no monetary value.
Connect and read the latest block.
import { createPublicClient, defineChain, http } from "viem";
export const zroarusDevnet = defineChain({
id: 305583,
name: "Zroarus Devnet",
nativeCurrency: { name: "Zroarus Devnet Token", symbol: "tZROAR", decimals: 18 },
rpcUrls: { default: { http: ["https://rpc.devnet.zroarus.com"], webSocket: ["wss://rpc.devnet.zroarus.com/ws"] } },
blockExplorers: { default: { name: "Zroarus Explorer", url: "https://explorer-devnet.zroarus.com" } },
testnet: true,
});
const client = createPublicClient({ chain: zroarusDevnet, transport: http() });
console.log(await client.getBlockNumber());Send JSON-RPC requests to the public endpoint straight from your browser.
Response
Send a request to see the response.Enforced by the RPC gateway in front of dedicated RPC nodes. Validators are never exposed.
Zroarus Devnet is a development network
It may be reset. Do not rely on its state for anything of value. tZROAR has no monetary value. Transactions are viewable at explorer-devnet.zroarus.com .