Often when people open the link to an RPC endpoint, the page is either blank or displays some error. Here's some useful info instead.
EIP-155 Chain ID: 6900 ("0x1AF4" in hex)
EVM RPC:
https://evm-rpc.nibiru.fi
npm
: Core Nibiru EVM TypeScript library with functions
to call Nibiru-specific precompiled contracts.
npm
: Nibiru EVM solidity contracts and ABIs for
Nibiru-specific precompiles and core functionality.
curl
You can find a comprehensive list of EVM JSON-RPC methods with descriptions and examples here on ethereum.org in the RPC page. Here are a few copy-pasteable examples below.
"web3_clientVersion"
: Queries the traceability info
like the client name, version, Git commit, Go version, runtime
architecture, and build tags.
Nibiru 2.5.0-rc1: Compiled at Git commit 3f3425c91e72713d1326f54b79e0a05bdfbdfc8e using Go go1.24.3, arch amd64, and build tags (netgo osusergo ledger static rocksdb pebbledb muslc)
"
"eth_chainId"
: Queries the EIP-155
replay-protection chain id for the current ethereum blockchain (Nibiru).