modulepackage
0.0.0-20200715192714-3a7d5fba48c3
Repository: https://github.com/openbazaar/multiwallet.git
Documentation: pkg.go.dev
# README
multiwallet
Insight API based multi-cryptocurrency wallet
Usage
Once your go environment is configured (https://golang.org/doc/install), you should be able to run the multiwallet like this:
go get -u github.com/OpenBazaar/multiwallet
cd $GOPATH/src/github.com/OpenBazaar/multiwallet
go run cmd/multiwallet/main.go -h
That last command will give you some subcommands you can then add to the end (in place of the -h
):
Usage:
main [OPTIONS] <command>
Help Options:
-h, --help Show this help message
Available commands:
balance get the wallet's balances
chaintip return the height of the chain
currentaddress get the current bitcoin address
dumptables print out the database tables
newaddress get a new bitcoin address
spend send bitcoins
start start the wallet
stop stop the wallet
version print the version number
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
# Variables
No description provided by the author
# Type aliases
No description provided by the author