Skip to content

themarkrizkallah/zenith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zenith

A Go-based, light-weight CLI Stellar wallet.

zenith is ideal for long-term safe storage of your Stellar Lumens.

Getting Started

These instructions will get you a copy of zenith up and running on your local machine.

Prerequisites

You must have a valid and working Go workspace.

Installing

All you need to do is run

go get github.com/themarkrizkallah/zenith

zenith is now installed in your $GOPATH/bin directory!

Test Run

$ zenith
A Go based Stellar wallet!
Here's information on how to use it:

Usage:
  zenith [command]

Available Commands:
  balance     Display the balance of an account
  generate    Generate a new stellar wallet
  help        Help about any command
  pay         Send XLM

Flags:
      --config string   config file (default is $HOME/.zenith.yaml)
  -h, --help            help for zenith
  -t, --tnet            use testnet instead of the real network

Use "zenith [command] --help" for more information about a command.

$ zenith generate
Your public key is: GD5VTJRNKJHDM36JZ4FI2YNZRC56JMSLQVCPMKQC2UD66J6HCNP546UK
Your secret key is: SBJ42JVJSAR7WPK7DR3NET3GRYDMQRQLSDXZY5XOPJ6LV65GOLJWHDH3
Save both of those keys offline somewhere safe.
Note: The account must have a minimum of 1 "XLM" in order to be active.

Built With

  • Go - Language used
  • dep - Dependency Management
  • stellargo - The Stellar Go SDK
  • Cobra - Powered the CLI

License

This project is licensed under the APACHE License - see LICENSE for details.

Acknowledgments

About

A Go based CLI Stellar Wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages