bitcoinjs-lib
bitcoinjs-lib copied to clipboard
A javascript Bitcoin library for node.js and browsers.
- upgrade upload-pages-artifact to v3 - upgrade deploy-pages to v4
How to solve the error? ``` npm run build > [email protected] build > npm run clean && tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json && npm run formatjs > [email protected]...
This problem has been bothering me for many days, I want to generate a P2WPKH address from an existing private key, but I always get an error. Thank you for...
```ts import * as ecc from 'tiny-secp256k1'; import * as bitcoin from "bitcoinjs-lib"; import * as cbor from 'cbor'; import { Wallet } from "./wallet"; import { Client } from...
In the readme, it suggests to run the below commands to compile just this library and its dependencies into a single JavaScript file, and then import it as a .js...
i tried to browsify browserify --standalone bitcoin -o bitcoinjs-lib.js
https://github.com/bitcoinjs/bitcoinjs-lib/issues/2199
So that I can remove following code in my project ```ts // Following types are not exported by BitcoinJS, so they need to be manually extracted export type PsbtInputExtended =...