An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ripple-sign-keypairs

[![NPM](https://nodei.co/npm/ripple-sign-keypairs.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/ripple-sign-keypairs)
[![Build Status](https://secure.travis-ci.org/you21979/node-ripple-sign-keypairs.png?branch=master)](https://travis-ci.org/you21979/node-ripple-sign-keypairs)
[![Coverage Status](https://coveralls.io/repos/github/you21979/node-ripple-sign-keypairs/badge.svg?branch=master)](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
```