hoffmabc / multiwallet

API based multi-cryptocurrency wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Go Report Card

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

About

API based multi-cryptocurrency wallet

License:MIT License


Languages

Language:Go 99.8%Language:Shell 0.2%Language:Makefile 0.0%