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.
curlYou 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 v2.7.0: Compiled at Git commit 68b9b71a8619971f1c3560d9cf5e5fb222d0a58d using Go go1.24.0, 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).