Andamio CLI provides quick access to Andamio with a set of command-line tools, so that developers can build upon Andamio.
Developers can:
- Query the Andamio Network
- Build valid transactions
- Write valid Andamio data
This project is developed by Andamio and supported by:
- Blink Labs, who build amazing tools and who advised this project.
- Project Catalyst: Where this project was made possible with our Fund 11 Proposal: Open-Source Cardano Go Libraries + Docs + Andamio CLI
- 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
-
Download executables from release page
-
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
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.
Thank you to Blink Labs for sharing examples.
- https://github.com/blinklabs-io/adder-library-starter-kit/tree/main is used in
/sync