Guides
July 18

Initia setup guide

Hi! This is a guide on how to install the initia project node!

Testnet Configuration

Clone the initia repository

git clone https://github.com/initia-labs/initia
cd initia
git checkout v0.2.15

Build initia

make install

Confirmation

initiad version --long

Managing Keys

initiad keys add <your-key-name>

Executing Transactions

initiad tx bank send [from-addr] [to-addr] [amount] [flags]

Querying Chain State

initiad query bank balances [address]