Links

Exzo Network Clusters

Exzo Network Clusters

Exzo Network maintains several different clusters with different purposes.
Before you begin make sure you have first installed the Exzo Network command line tools
Explorers:
  • http://native.exzonetwork.com/ Native explorer.
  • http://evmexplorer.exzonetwork.com/ EVM mainnet explorer.
  • http://evmexplorer.testnet.exzonetwork.com/ EVM testnet explorer.

Testnet

Space
Native
RPC
https://api.testnet.exzo.network
Websocket
wss://api.testnet.exzo.network
Block Explorer
https://native.exzo.network?cluster=testnet
Faucet CLI
exzo airdrop 1 -u https://api.testnet.exzo.network --faucet-host airdrop.testnet.exzo.network
Space
EVM
chainId
2370
ETH RPC
https://evm.testnet.exzoscan.io/rpc
ETH Websocket
wss://api.testnet.exzoscan.io/
Block Explorer
https://evmexplorer.testnet.exzoscan.io
Block Explorer
https://explorer.testnet.exzoscan.io (V-encoded Legacy addresses)
Faucet bot
https://t.me/exzo_network_faucet_bot
  • Testnet serves as a playground for anyone who wants to take Exzo Network for a test drive, as a user, token holder, app developer, or validator.
  • Application developers should target Testnet.
  • Potential validators should first target Testnet.
  • Key differences between Testnet and Mainnet:
    • Testnet tokens are not real
    • Testnet includes a token faucet for airdrops for application testing
    • Testnet may be subject to ledger resets
    • Testnet typically runs a newer software version than Mainnet Beta
  • Gossip entrypoint for Testnet: bootstrap.testnet.exzonetwork.com:8001

Mainnet

Space
Native
RPC
https://api.exzoscan.io
Websocket
wss://api.exzoscan.io
Block Explorer
https://native.exzoscan.io
Shred version
17211
Genesis hash
EsZtukC1MYxB2tohUTdigaUdy1k6kCU8HKS8LEK99iJY
Space
EVM
chainId
1229
ETH RPC
https://evm-explorer.exzoscan.io/rpc
ETH Websocket
wss://api.exzoscan.io/
Block Explorer
https://evm.exzoscan.io
Block Explorer
https://evm-explorer.exzoscan.io/ (V-encoded Legacy addresses)
  • Gossip entrypoint for Mainnet: bootstrap.exzoscan.io:8001
  • Shred version: 17211
  • Some of the popular nodes:
  • 78rvyxYJAUXGaZHJWyz7Yx81ribpAYvwupVuF9CugGws, FSZbHLPerYngGGwgWbXHtqTLRvLmgKVeUZCKwbFttWng, Eydu1kJNyPQNKtYrH4dqJJRxrxHuHtbXJCjgo6pSGSjf, QnQHuNAYMd7jaUJ61Pchi9bD7NbaZ4jxZ4cbdEaYMWF, Fxb6TgvScYJxjHjSpTr6a4xgLULLQSh8uhAexG5tzFJ6
Example exzo command-line configuration
exzoconfig set --url https://api.exzoscan.io
Example exzo-validator command-line
$ exzo-validator \
--identity ~/validator-keypair.json \
--vote-account ~/vote-account-keypair.json \
--no-untrusted-rpc \
--ledger ~/validator-ledger \
--rpc-port 8899 \
--enable-rpc-transaction-history \
--trusted-validator 78rvyxYJAUXGaZHJWyz7Yx81ribpAYvwupVuF9CugGws \
--trusted-validator FSZbHLPerYngGGwgWbXHtqTLRvLmgKVeUZCKwbFttWng \
--dynamic-port-range 8000-8010 \
--entrypoint bootstrap.exzoscan.io:8001 \
--limit-ledger-size
The --trusted-validators is operated by Exzo Network