You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

661 B

Monero Multisig Client

A proof-of-concept client for Monero Multisig Broker.

Installation

$ go get https://git.wownero.com/onionltd/monero-multisig-client-poc

Usage

NAME:
   mmc - Monero Multisig client (proof-of-concept)

USAGE:
   mmc [global options] command [command options] [arguments...]

VERSION:
   0.1

COMMANDS:
   prepare   Prepare a multisig wallet
   transfer  Issue a transfer from the multisig wallet

GLOBAL OPTIONS:
   --wallet-rpc value  Monero Wallet RPC URI (default: "http://localhost:18082/json_rpc")
   --help, -h          show help (default: false)
   --version, -v       print the version (default: false)