StellarPrompter is a command line application written in Go that provides an intuitive interface for interacting with the Stellar blockchain. It allows you to manage Stellar account.
- Account management: Create new accounts, import existing accounts, and manage account details.
- Install Go on your machine.
- Clone the repository:
git clone git@github.com:atrichkov/StellarPrompter.git - Navigate to the project directory:
cd stellar-prompter - Build the application:
go build -o stellar-prompter - Run the application:
./stellar-prompter
StellarPrompter offers a range of commands to perform different operations on the Stellar blockchain. Here are some example usages:
- Create a Keypair
- Create a new Stellar account
- Send payment to specified address