Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wietsewind/xrpl-multisigntool
- Owner: WietseWind
- Created: 2019-03-21T15:47:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:03:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T15:38:07.825Z (7 months ago)
- Topics: xrp-ledger
- Language: JavaScript
- Size: 2.49 MB
- Stars: 20
- Watchers: 3
- 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 transactionThere'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/releasesOr 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`.