ripple / ripple-keypairs

Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-keypairs
https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-keypairs
ISC License
67 stars 49 forks source link

Feature: sign with bitcoin key (bip39 or bip32) #357

Closed intelliot closed 2 years ago

intelliot commented 3 years ago

There's a 3rd party library for this: https://www.npmjs.com/package/ripple-sign-keypairs

But I think it would be reasonable to add this feature into ripple-keypairs directly.

The goal is to enable someone to sign using bip39/bip44 or bip32 derived keys, including multisig use cases.

intelliot commented 2 years ago

Replaced by https://github.com/XRPLF/xrpl.js/issues/1821