Skip to content

CLI application for basic interaction with stellar blockchain

Notifications You must be signed in to change notification settings

atrichkov/stellar-prompter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

StellarPrompter

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.

Features

  • Account management: Create new accounts, import existing accounts, and manage account details.

Installation

  1. Install Go on your machine.
  2. Clone the repository: git clone git@github.com:atrichkov/StellarPrompter.git
  3. Navigate to the project directory: cd stellar-prompter
  4. Build the application: go build -o stellar-prompter
  5. Run the application: ./stellar-prompter

Usage

StellarPrompter offers a range of commands to perform different operations on the Stellar blockchain. Here are some example usages:

  1. Create a Keypair
  2. Create a new Stellar account
  3. Send payment to specified address

About

CLI application for basic interaction with stellar blockchain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages