All Projects → WietseWind → XRPL-MultiSignTool

WietseWind / XRPL-MultiSignTool

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

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to XRPL-MultiSignTool

explorer
Open Source XRP Ledger Explorer
Stars: ✭ 18 (+38.46%)
Mutual labels:  xrp-ledger
xrpayments.co
In-store payment requests in XRP (using Ripple URI QR) - With currency converter
Stars: ✭ 18 (+38.46%)
Mutual labels:  xrp-ledger
xrpl-py
A Python library to interact with the XRP Ledger (XRPL) blockchain
Stars: ✭ 70 (+438.46%)
Mutual labels:  xrp-ledger
xrpl-dev-portal
Source code for xrpl.org including developer documentation
Stars: ✭ 330 (+2438.46%)
Mutual labels:  xrp-ledger
docker-rippled
Run a Ripple XRP (rippled) node in a Docker container
Stars: ✭ 44 (+238.46%)
Mutual labels:  xrp-ledger
xrp-vanity-generator
Generate XRP Vanity Addresses (Wallets) on your local computer
Stars: ✭ 18 (+38.46%)
Mutual labels:  xrp-ledger
rippled-php
A PHP library for rippled (XRP Ledger) communication.
Stars: ✭ 33 (+153.85%)
Mutual labels:  xrp-ledger
ripple-binary-codec
Convert between json and hex representations of transactions and ledger entries on the XRP Ledger. Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
Stars: ✭ 18 (+38.46%)
Mutual labels:  xrp-ledger
docker-rippled-validator
Run a Ripple XRP (rippled) validator in a Docker container
Stars: ✭ 26 (+100%)
Mutual labels:  xrp-ledger
XpringKit
XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
Stars: ✭ 23 (+76.92%)
Mutual labels:  xrp-ledger
xrp-wallet
Offline/Cold wallet for XRP
Stars: ✭ 12 (-7.69%)
Mutual labels:  xrp-ledger
Rippled
Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger in C++
Stars: ✭ 4,029 (+30892.31%)
Mutual labels:  xrp-ledger

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].