Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wietsewind/xrpl-multisigntool

Graphical user interface to setup MultiSigning, and help with composing & combining MultiSigned transactions.
https://github.com/wietsewind/xrpl-multisigntool

xrp-ledger

Last synced: about 14 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# XRPL MultiSignTool

#### Demo: https://www.youtube.com/watch?v=1NdRgxvgZAA

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`.