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: 11 months ago
JSON representation
Graphical user interface to setup MultiSigning, and help with composing & combining MultiSigned transactions.
- Host: GitHub
- URL: https://github.com/wietsewind/xrpl-multisigntool
- Owner: WietseWind
- Created: 2019-03-21T15:47:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:03:19.000Z (over 3 years ago)
- Last Synced: 2025-03-28T20:12:29.054Z (12 months ago)
- Topics: xrp-ledger
- Language: JavaScript
- Size: 2.49 MB
- Stars: 20
- Watchers: 2
- Forks: 6
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
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`.