Skip to content

Graphical user interface to setup MultiSigning, and help with composing & combining MultiSigned transactions.

Notifications You must be signed in to change notification settings

alloynetworks/XRPL-MultiSignTool

 
 

Repository files navigation

XRPL MultiSignTool

A vue-webpack project to:

  1. Compose a XRPL transaction (JSON)
  2. Distribute the raw (dummy) signed transaction for Multi Signing
  3. MultiSign (OFFLINE), until the quorum is met
  4. Combine the signatures and submit the transaction

There's also a helper tool to setup Multi Signing.

Run (the easy way)

Get yourself the most recent release from https://github.com/WietseWind/XRPL-MultiSignTool/releases

Or run in development mode / build your own package:

Project setup

Start by installing the dependencies:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and zips for distribution / local use

./build.sh

The built output will live in /dist and a distribution zip will be stored in /dist.zip.

About

Graphical user interface to setup MultiSigning, and help with composing & combining MultiSigned transactions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.6%
  • Vue 25.9%
  • Other 0.5%