Skip to content

jojopoper/go-StellarWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Go stellar wallet for windows and linux

Description: In the testnet and the livenet, This grogram running all right.

Current func

1. create account
2. quary account info
3. payment
4. merge account
5. quary account operations

Command line

--live 		for https://horizon.stellar.org
--test 		for https://horizon-testnet.stellar.org/
*note: default is testnet*

--proxy 	format is  --proxy "IP;PORT;Username;Password"

Example:
 go run wallet.go --live --proxy "127.0.0.1;8181;;"

Installation

go get github.com/jojopoper/go-StellarWallet

go build wallet.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages