# Nibiru Networks
Nibiru is as a distributed, peer-to-peer network. In order to engage with this network, whether to query the state of it from or to broadcast transactions, one must interface through the endpoint of a full node that is connected of the network.
Table of Contents:
# Permanent Testnet
Nibiru testnets are public networks that upgraded in advance of Nibiru's mainnet as beta-testing environments.
Tokens on the testnet do not hold real monetary value. Please be careful not to bridge or IBC transfer real tokens to testnet by mistake.
NibiJS: Testnet
Nibiru CLI Config: Testnet
# Localnet: Local Test Network
"Localnets" are a local instances of the Nibiru network. A local environment is no different from a real one, except that it has a single validator running on your host machine. Localnet is primarily used as a controllable, isolated development environment for testing purposes.
Similar to testnet, tokens on Localnet do not hold real monetary value. Please be careful not to bridge or IBC transfer real tokens to localnet by mistake.
NibiJS: Localnet
Nibiru CLI Config: Localnet
# Mainnet (Real Funds)
Mainnet is the network where real economic activities take place.
Nibiru CLI Config: Mainnet
# Network Configs
Type | RPC | Chain ID |
---|---|---|
Mainnet | https://rpc.nibiru.fi:443 | cataclysm-1 |
Testnet 1 | https://rpc.testnet-1.nibiru.fi:443 | nibiru-testnet-1 |
Testnet 2 | https://rpc.testnet-2.nibiru.fi:443 | nibiru-testnet-2 |
Localnet | http://localhost:26657 | nibiru-localnet-0 |
# EVM Network Configs
Display Name | Chain Namespace | Chain ID | RPC Target | Ticker |
---|---|---|---|---|
Nibiru Mainnet | 420 | NIBI | ||
Nibiru Testnet 1 | 500 | 0x1C2A | https://evm-rpc.testnet-1.nibiru.fi/ | NIBI |
Nibiru Devnet 1 | 500 | 0x1C34 | https://evm-rpc.devnet-1.nibiru.fi/ | NIBI |
Nibiru Devnet 3 | 500 | 0x1C36 | https://evm-rpc.devnet-3.nibiru.fi/ | NIBI |
Nibiru Localnet | 256 | 0x1C36 | http://127.0.0.1:8545 | NIBI |