Skip to content

Client for Wasabi Wallet written in Go, not official.

License

Notifications You must be signed in to change notification settings

rluisr/wasabi-go

Repository files navigation

wasabi-go

golangci-lint

Client for Wasabi Wallet.
This is under the work in progress.

package main

import "github.com/rluisr/wasabi-go"

func main() {
    client, err = wasabi.New("http://localhost:37128")
    err = client.SelectWallet("Wallet0")

    wallet, err := client.GetWalletInfo()
}

Supported method

  • get status
  • create wallet
  • list unspent coins
  • get wallet info
  • get new address
  • send
  • get history
  • list keys
  • enqueue
  • dequeue
  • stop