bip32
bip32 copied to clipboard
A BIP32 compatible library.
The library `tiny-secp256k1` breaks builds both in vite/rollup, as well as, some webpack configurations. This library's dependency on `tiny-secp256k1` makes it unusable. Can you suggests alternatives to `tiny-secp256k1`? Thank you...
Hello, we have found that the library has breaking changes with node v17. The reason why is [explained in this webiste](https://itsmycode.com/error-digital-envelope-routines-unsupported/), but a tinny extract from the website says: >...
It has the same problem as https://github.com/bitcoinjs/bitcoinjs-lib/issues/1512
This PR is a refactor of the code to use `Uint8Array`s instead of `Buffer`, which would basically make this library usable in the browser without any polyfill for Node.js internals....
Hi All, `const ecc = require('tiny-secp256k1'); console.log(ecc.isPoint) const { BIP32Factory } = require('bip32'); // You must wrap a tiny-secp256k1 compatible implementation const bip32 = BIP32Factory(ecc); const bip39 = require('bip39'); const...
next.js 14.1 ``` Uncaught TypeError: Cannot read properties of undefined (reading 'call') at Hash.CipherBase (index.js:7:15) at new Hash (browser.js:8:10) at createHash (browser.js:23:12) at sha256x2 (index.js:6:15) at Object.encode (base.js:7:24) at Object.encode...
When trying to use in a next js app I get the error: Any ideas? Heres my webpack config: webpack: (config) => { config.experiments = { asyncWebAssembly: true , layers:...
removed `wif` dependency and `toWIF` function
Hello: I want to port some old code to new code. I am trying to create some QTUM wallet, which has the derivePath of "m/88'/0'/0'". The Wallet definition for QTUM...
`tslint` has been deprecated since 2019-2020. https://github.com/palantir/tslint/issues/4534 https://www.npmjs.com/package/tslint