-
Still searching for the answer... right now im stuck with this code and I could really need some help... playing around and trying to learn more about btc dev.
```
let bitcoin = require('bitcoinjs…
-
```
const data = {
"btcVinBOList": [{
"address": "2N4o19RPamhpKbHz55ctmfN8Ybb79jMSppD",
"addressType": "p2sh",
"amount": "0.000874",
"hex": "0…
-
Sry if this is a dumb questions. But as title says.
I have for example 1LKp8CTu2b4VDvybY9iMn3DoV1cm6ZLsrR address created from bitcoinjs-lib/coinjs-lib/bip39 and i want to convert it to bech32?
…
-
**Describe the bug**
I followed the example for bitcoin transaction signing from https://developer.trustwallet.com/wallet-core/integration-guide/wallet-core-usage.
Here is my Swift code:
Getting…
-
Add taproot address support (bc1p)
-
When HD wallets were introduced in 2013, a semi-automatic and deterministic upgrade path was introduced to get users from a basic wallet (which has individual, random keys) to deterministic wallets. I…
-
ios swift
My btc address: bc1qvut9je4y3hvnnlqw4ezyd5mn778jj9flqkky7c
create a transaction :
`01000000000101b2a91c94e4450f7b42f874d1eb5121277d0175d93a11546f13a6ee38f82587820000000000ffffffff…
-
BRD wallet don't give users the private keys, is there a way to get my BRD private key from my 12 BRD recovery phrase word?
BRD wallet closed down, my recovery phrase is non-english recovery phrase, …
-
-
Hi there,
I am trying to work with a PSBT and using a test structure which I am getting from another library `@shapeshiftoss/hdwallet-core`. The structure they sent is as follows
```
const txid…