https://github.com/you21979/node-ripple-sign-keypairs
Signature library with ripple keypair
https://github.com/you21979/node-ripple-sign-keypairs
bip32 keypair multisig ripple signature
Last synced: over 1 year ago
JSON representation
Signature library with ripple keypair
- Host: GitHub
- URL: https://github.com/you21979/node-ripple-sign-keypairs
- Owner: you21979
- License: mit
- Created: 2017-06-28T02:18:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T14:24:12.000Z (over 6 years ago)
- Last Synced: 2025-04-21T19:04:03.883Z (over 1 year ago)
- Topics: bip32, keypair, multisig, ripple, signature
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ripple-sign-keypairs
[](https://nodei.co/npm/ripple-sign-keypairs)
[](https://travis-ci.org/you21979/node-ripple-sign-keypairs)
[](https://coveralls.io/github/you21979/node-ripple-sign-keypairs?branch=master)
Signature library with ripple keypair
## motivation
ripple-lib can not sign with bitcoin key generation.
You can use this library if you want to sign using derived key using bip39 or bip32.
## usecase
* bip39/bip44 wallet
* bip39 multisig keysign
## install
```
npm i ripple-sign-keypairs
```