Skip to content

Andamio-Platform/andamio-cli

Repository files navigation

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

  • 2024 Q2: Build and test initial features
  • 2024 Q3: Integrate Andamio Course transactions and queries
  • 2024 Q4: Integrate Andamio Contribution transactions and queries
  • 2024 Q4: Expand upon provided examples in Cardano Go PBL Course

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

Links

Learning with Andamio CLI

Config

Some functions require access to a Cardano Node. Create a .env and specify these values:

CARDANO_NODE_MAGIC="1"
CARDANO_NODE_SOCKET_PATH="<PATH TO>/node.socket"

Then run andamio-cli from the same directory.

Credits

Thank you to Blink Labs for sharing examples.

About

Command-line tools for building on Andamio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages