Overview
With initiad, you can:- Account Management: Create, import, and manage blockchain accounts
- Transaction Operations: Send transactions, delegate tokens, and interact with smart contracts
- Data Queries: Query blockchain state, account balances, and transaction history
- Validator Operations: Create validators, delegate stakes, and manage governance proposals
- Network Interaction: Connect to different networks (mainnet, testnet, local)
initiad is built using the Cosmos SDK and provides a familiar interface for
users of other Cosmos-based chains.
Prerequisites
Before installing initiad, ensure you have the following requirements:- Go: Version 1.21 or higher
- Git: For cloning the repository
- Make: For building the binary
Installation
Get Version and Checkout
Fetch the current network version and checkout the corresponding tag. Choose the network that matches your intended use case:
Mainnet and testnet may run different versions, so choose the appropriate network endpoint.
Verification
After installation, verify that initiad is correctly installed and accessible:Check CLI Version
Verify Installation Path
Check Available Commands
Network Configuration
By default, initiad connects to the Initia mainnet. You can configure it to connect to different networks:Next Steps
Now that you have initiad installed and configured, you can:Create Your First Account
Set up accounts for sending transactions and managing assets
Query Blockchain Data
Learn how to query balances, transactions, and network information
Send Transactions
Execute transactions, transfers, and smart contract interactions