AIOZ Blockchain - EVM x Cosmos
Join Testnet

Join Testnet

AIOZ Network Testnet

AIOZ NetworkTestnet
Nameaioztestnet_4102-1
Chain ID4102
Ethereum JSON-RPChttps://eth-ds.testnet.aioz.network (opens in a new tab)
Cosmos RPChttps://rpc-ds.testnet.aioz.network (opens in a new tab)
Blockchain Explorer URLhttps://testnet.explorer.aioz.network (opens in a new tab)

Quickstart

Install aiozd

Follow the installation prerequisites document to install the AIOZ Network Node binary aiozd.

Configuration

  • Configure your node with a moniker
  • Download the genesis state
  • Put the genesis.json file in the corresponding location
aiozd init chooseanicehandle --chain-id aioztestnet_4102-1
wget https://github.com/AIOZNetwork/testnets/raw/main/aioztestnet_4102-1/genesis.json
mv genesis.json ~/.aioz/config/genesis.json

Start AIOZ Network Node

aiozd start --p2p.seeds [email protected]:26656 --x-crisis-skip-assert-invariants

To save those seeds to your settings, put the comma-separated list format seeds in ~/.aioz/config/config.toml in the p2p section under seeds.