Welcome to Andamio CLI

About

Andamio CLI provides quick access to Andamio with a set of command-line tools, so that developers can build upon Andamio.

Developers can:

  1. Query the Andamio Network

  2. Build valid transactions

  3. Write valid Andamio data

This project is developed by Andamio and supported by:

Roadmap

Install Andamio CLI

  1. Download executables from release page

  2. Or by building from source (requires Go)

git clone https://github.com/Andamio-Platform/andamio-cli
cd andamio-cli
go mod tidy
go build
./andamio-cli

Last updated