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 2.8.0-p1: Compiled at Git commit e0c7ee0eddc7e82e3845de24c8a14bd9ee9d40f5 using Go go1.24.9, 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).