Client for Monero multisig broker (POC).
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.
 
 
 
Onion Ltd cc8ab18ff8
Initial commit
4 years ago
clients Initial commit 4 years ago
utils Initial commit 4 years ago
.gitignore Initial commit 4 years ago
Makefile Initial commit 4 years ago
README.md Initial commit 4 years ago
app.go Initial commit 4 years ago
commands.go Initial commit 4 years ago
go.mod Initial commit 4 years ago
go.sum Initial commit 4 years ago
main.go Initial commit 4 years ago

README.md

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)