Skip to main content

Documentation Index

Fetch the complete documentation index at: https://initialabs-develop.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

initiad is a CLI tool for interacting with the Initia L1. You can use initiad to create and manage accounts, query data, send transactions and more.

Getting Started

To getting started using initiad CLI, you simply need to install the CLI.
export VERSION=v0.5.7
git clone https://github.com/initia-labs/initia.git
cd initia
git checkout $VERSION
make install
If the installation is successful, you should be able to run the following command:
initiad version
# v0.5.7