Installation
Quick Install
Section titled “Quick Install”One-liner (installs Bun if needed):
curl -fsSL https://raw.githubusercontent.com/akita-protocol/dao-cli/main/install.sh | bashAfter installation, run:
akita-daonpm / npx
Section titled “npm / npx”Run without installing:
npx @akta/dao-cliInstall globally:
npm install -g @akta/dao-clibun add -g @akta/dao-cliFrom Source
Section titled “From Source”git clone https://github.com/akita-protocol/dao-cli.gitcd dao-clibun installbun run src/index.tsDependencies
Section titled “Dependencies”The CLI uses @akta/sdk from npm, which is installed automatically. No additional configuration is needed — the SDK’s baked-in app IDs handle testnet and mainnet resolution.
Network Configuration
Section titled “Network Configuration”By default, the CLI connects to mainnet. Switch networks with the -n flag:
akita-dao -n testnet infoakita-dao -n localnet state