-
## ℹ️ Introduction
It would be great to add 2 new methods for signing & verifying a message from the extension to allow dynamic/privacy-oriented authentication & extra crypto-graphics proof(s)
-
Starting off https://github.com/bitcoinjs/bech32 we should go to a native version of `blech32` encoding scheme.
tiero updated
3 years ago
-
I am using a documented moethod of using this library, yet Node.js throws an error when I try to use the BIP32Factory.
```js
import BIP32Factory from 'bip32'
import * as ecc from 'tiny-secp256k1'…
-
First I create HD Wallet using **BIP32** using mnemonics.
Now I want to generate new child addresses with private key using xpub & xpriv for every receive.
Then for example, I received BTC in 2 …
-
* **Version**: v14.16.0
* **Platform**: Microsoft Windows NT 10.0.19041.0 x64
* **Subsystem**: module.import
### What steps will reproduce the bug?
```js
const __dirname = new URL('.', import…
-
package.json
```
"react": "16.9.0",
"react-native": "0.61.5",
```
Downloaded bip39 from https://github.com/bitcoinjs/bip39, and then
```
browserify -s bip39 src/index.js > bip39.dev.js
```
In…
-
This is a minor bugfix for BIP78 reference implementation bug.
See the diff here: https://github.com/bitcoinjs/payjoin-client/compare/v1.0.0...v1.0.1
-
I somehow, after many many attempts of using browserify, got it to produce a bitcoin.min.js file.
Now using that in my webpage, I am unable to use some calls such as transaction.addInput(), it compla…
0xpsi updated
3 years ago
-
Hi, I would like to generate a private key client-side. A snippet of the code is as follows:
```
const serialized = window.localStorage.getItem(mainAddress)
let wallet: DirectSecp256k1HdWallet
…
-
Is there a reason for not supporting P-521? Or was it just not implemented because it is to complex?