@btc-vision/wallet-sdk
v2.2.0
Published
OPNet Wallet SDK - Bitcoin wallet with post-quantum cryptography support (BIP360)
Downloads
361
Maintainers
Readme
OP_NET - Wallet SDK
Introduction
The OP_NET Wallet SDK provides a complete, type-safe foundation for building Bitcoin wallet applications and browser extensions. Written in TypeScript from the ground up, this library delivers modern key management with BIP32 hierarchical deterministic derivation, quantum-resistant signer support ready for BIP360, and seamless integration with the OP_NET ecosystem.
Built by developers who understand how Bitcoin actually works. No outdated dependencies, no bitcore bloat, just clean architecture powered by @btc-vision/bitcoin and @btc-vision/transaction.
Getting Started
Prerequisites
- Node.js version 22.x or higher
- npm (Node Package Manager)
Installation
npm i @btc-vision/wallet-sdkDocumentation
Documentation is available at docs.opnet.org
Development
- Clone the repository:
git clone https://github.com/btc-vision/wallet-sdk.git- Navigate to the repository directory:
cd wallet-sdk- Install the required dependencies:
npm i- Build the project:
npm run build- Run tests:
npm testContribution
Contributions are welcome! Please read through the CONTRIBUTING.md file for guidelines on how to submit issues,
feature requests, and pull requests. We appreciate your input and encourage you to help us improve OP_NET.
License
This project is open source and available under the MIT License. If you have any suggestions or contributions, please feel free to submit a pull request.
