Simple Bitcoin Operations Made Even Simpler
A powerful wrapper around bitcoinjs-lib for streamlined Bitcoin development
Installation
npm install bitcoinjs-lib-wrapper
Quick Start
import { BTC } from 'bitcoinjs-lib-wrapper';
const wallet = await BTC.createLegacyWallet('bitcoin');
console.log(wallet);
Key Features
Simplified API
Intuitive interfaces for common Bitcoin operations
TypeScript Support
Full type definitions included out of the box
Modern Architecture
Built with ES6+ features and best practices