For developers

The Andamio CLI.

Interact with the Andamio Protocol from your terminal — build, sign, and submit transactions, author courses and projects, and authenticate with your wallet. It's the source of truth for what an Andamio transaction looks like.

Install

macOS, Linux, and Windows — via Homebrew, a prebuilt release binary, or Go.

Homebrew (macOS)
brew install Andamio-Platform/tap/andamio-cli
Go
go install github.com/Andamio-Platform/andamio-cli/cmd/andamio@latest

Verify: andamio --version

What it does

1. Run the transaction lifecycle

Build, sign, submit, register, and confirm Andamio transactions on-chain — the full loop from one tool.

2. Author courses & projects

Create courses and projects, register modules and tasks, and import lesson content, straight from the terminal.

3. Authenticate

Log in by signing with your wallet to prove ownership of your Access Token, and get a JWT for the API.

The CLI is also how an agent acts on Andamio: point andamio-dev at it and it builds, signs, and submits transactions for you.