libauth
libauth copied to clipboard
An ultra-lightweight, zero-dependency TypeScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.
Gmp
How to compile with gmp?
I have a BCH-only project that is packaged with Parcel. When I run the bundle analyzer I can see both btc and bch opcodes in the vm/instruction-sets: - bch/2023/bch-2023-opcodes.js -...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
- Util function for parsing nft
Just opening this issue to have a URL to share until I and/or another contributor get around to implementing a demo of [cross-input signature aggregation](https://github.com/bitjson/pmv3#upgrade-path-for-signature-aggregation) in [detached signatures](https://bitcoincashresearch.org/t/chip-2021-01-pmv3-version-3-transaction-format/265/57?u=bitjson), presumably as...
The 2023 protocol upgrade had a transaction-version rule that was added to consensus. ([CHIP](https://codeberg.org/bitcoincash/CHIPs/src/branch/master/CHIP-2021-01-Restrict%20Transaction%20Versions.md)). The unrealized side-effect is that there is a good chance that in the future we might...
createInstructionSetBCHCHIPs uses isStandardOutputBytecode rather than isStandardOutputBytecode2023
It is my understanding that `createInstructionSetBCHCHIPs` should result in the most recent instruction set based on chipnet rules, which I'd expect to be further than BCH_2023. However, the BCH_CHIPS instruction...
Hi, Thank you for the nice library. Sadly, it seems there is an issue on Safari. Please refer to - https://github.com/sveltejs/kit/issues/12406 - https://github.com/cge-taal/sveltekit-safari-ssr-example The example repository above is to illustrate...
The library **bundles** libsecp256k1 and a bunch of other libraries. When one includes 10 libraries in the repository, it's not zero deps. It's misleading to call it "zero dependencies" in...