An ultra lightweight (20kb gzipped) doge library for Node.js and the Browser with only 1 dependency.
Features
- Works out of the box in Node and the Browser without any polyfills
- only 20kb gzipped ✨
- Support for both P2PKH and P2SH transactions
- Built in Memory Wallet + Support for Hardware Wallets (ledger, trezor, etc.)
- Does not depend on bitcoinjs-lib (no need for a megabyte of nodejs polyfills and global scope pollution)
- Only has pinned one dependency, @noble/secp256k1 which is only 4kb, and has already been audited.
- Compiler/Assembler for BASM and standard bitcoin assembly
Install
npm install doge-sdk
Github
https://github.com/QEDProtocol/doge-sdk/
Hope this is of use to the community, and we welcome any contributions!