A Go-based, light-weight CLI Stellar wallet.
zenith is ideal for long-term safe storage of your Stellar Lumens.
These instructions will get you a copy of zenith up and running on your local machine.
You must have a valid and working Go workspace.
All you need to do is run
go get github.com/themarkrizkallah/zenith
zenith is now installed in your $GOPATH/bin
directory!
$ 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.
- Go - Language used
- dep - Dependency Management
- stellargo - The Stellar Go SDK
- Cobra - Powered the CLI
This project is licensed under the APACHE License - see LICENSE for details.
- Tip of the hat to filidorwiese's stellar-wallet for inspiration on how to structure this project.