ripple-wallet-threshold
v1.0.0
Published
A threshold wallet for Ripple
Downloads
3
Readme
Threshold Ripple Wallet
Create a wallet from multiple ripple wallets.
Usage
npm install ripple-wallet-threshold
var threshold = require('ripple-wallet-threshold');
var wallets[ { address: 'rrrrrrr1', secret: 'secret1'}, { address: 'rrrrrrr2', secret: 'secret2' } ];
var thresholdWallet = threshold(wallets[0], wallets[1]); // returns new address and secret