Join Testnet
AIOZ Network Testnet
| AIOZ Network | Testnet |
|---|---|
| Name | aioztestnet_4102-2 |
| Chain ID | 4102 |
| Ethereum JSON-RPC | https://eth-ds.testnet.aioz.network (opens in a new tab) |
| Cosmos RPC | https://rpc-ds.testnet.aioz.network (opens in a new tab) |
| Blockchain Explorer URL | https://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.jsonfile in the corresponding location
aiozd init chooseanicehandle --chain-id aioztestnet_4102-2
wget https://github.com/AIOZNetwork/testnets/raw/main/aioztestnet_4102-2/genesis.json.gz
gzip -d genesis.json.gz
mv genesis.json ~/.aioz/config/genesis.jsonStart AIOZ Network Node
aiozd start --p2p.seeds [email protected]:26656 --x-crisis-skip-assert-invariantsTo save those seeds to your settings, put the comma-separated list format seeds in ~/.aioz/config/config.toml in the p2p section under seeds.