A vue-webpack project to:
- Compose a XRPL transaction (JSON)
- Distribute the raw (dummy) signed transaction for Multi Signing
- MultiSign (OFFLINE), until the quorum is met
- Combine the signatures and submit the transaction
There's also a helper tool to setup Multi Signing.
Get yourself the most recent release from https://github.com/WietseWind/XRPL-MultiSignTool/releases
Or run in development mode / build your own package:
Start by installing the dependencies:
npm install
npm run serve
./build.sh
The built output will live in /dist
and a distribution zip will be stored in /dist.zip
.