ripple-sign-keypairs

ripple transaction sign for keypairs

Usage no npm install needed!

<script type="module">
  import rippleSignKeypairs from 'https://cdn.skypack.dev/ripple-sign-keypairs';
</script>

README

ripple-sign-keypairs

NPM
Build Status Coverage Status

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