The Astreum CLI is a command-line interface for interacting with the Astreum blockchain. It provides a variety of commands to manage your account, send aster, chain synchronization, serve http api and access a Lispeum interface.
This guide will help you set up the Astreum CLI on your Windows system.
- Open your Command Prompt.
- Create a new directory where you would like to install the Astreum CLI:
mkdir Astreum cd Astreum
Download the latest version of the Astreum CLI from Google Drive:
After downloading, you should have the astreum.exe
file in your Downloads folder or the location you chose to save it.
- Move the CLI binary to your working folder:
move path\to\your\downloads\astreum.exe .
To run the Astreum CLI from any command prompt or terminal window, you can add it to your system's PATH.
- Right-click on 'This PC' or 'Computer' on your desktop or in File Explorer.
- Click 'Properties'.
- Click 'Advanced system settings'.
- Click 'Environment Variables'.
- In the 'System variables' section, scroll down and select the 'Path' variable, then click 'Edit'.
- Click 'New' and add the path to the folder where
astreum.exe
is located. - Click 'OK' to close all dialogs.
The general syntax for using the Astreum CLI is:
astreum <command>
Astreum CLI supports the following commands:
- account
- code
- api
- sync
- send [amount] to [address]
coming soon
© 2024 Astreum Foundation