-
Sorry if asking here, Do this actually work https://github.com/peterzen/bitcoinjs-lib-decred/commits/decred-support ? @peterzen
-
I appologize in advance if my question is silly or obvious. I'm noob to bitcoin and bitcoinjs-lib package, which you are using in your app.
I am attempting to modify the browser wallet for another a…
-
We just pushed out PSBT support, and are moving to remove TransactionBuilder and the templates folder completely (replaced by the payments module).
Also we have TypeScript support, which looks like…
-
I want to use unisat wallet sign a transaction from bitcoinjs-lib P2sh method,I dont know wether does unisat support it?
bitcoinjs lib need Buffer and unisat sign message result like is
"IOLAT1Iwk…
-
Hi there,
I've installed bitcoin node and electrs server on VPS. I write nodejs script to listen new transaction from specific addrs and I get this error when I use Electrum protocol method blockch…
-
![image](https://github.com/unisat-wallet/dev-support/assets/132422140/85e3c492-d528-430a-8d9c-45b9cd92d308)
I'm checking unisat-wallet-sdk, especially send-inscription.test.ts.
It is working w…
-
***
🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚
[Find out how to migrate to Snyk at greenkeeper.io](https:/…
-
This is probably a silly issue, but can't seem to find the solution. I have a super basic node project setup and for whatever reason am not able to properly import ecpair.
### Basic code sample
…
-
[scure-btc-signer](https://github.com/paulmillr/scure-btc-signer) is an audited low-level bitcoin library, alternative to bitcoinjs.
Feature list is quite extensive: PSBT / UTXO handling, tx constr…
-
Its using https://github.com/Bitcoin-com/bitcoincashjs-lib which is fork of `bitcoinjs/bitcoinjs-lib`.
But its still staying at the low version while upstream latest version is `5.x`.
In upstream, …