UNPKG

wallet-storage

Version:

BRC100 conforming wallet, wallet storage and wallet signer components

15 lines (10 loc) 933 B
# BSV Wallet Toolbox API Documentation The documentation is split into various pages, each covering a set of related functionality. The pages are as follows: - [Wallet](./wallet.md) — - [Client](./client.md) — - [Storage](./storage.md) — - [Services](./services.md) — - [Monitor](./monitor.md) — ## Swagger [BRC-100](https://brc.dev/100) defines a Unified, Vendor-Neutral, Unchanging, and Open BSV Blockchain Standard Wallet-to-Application Interface which is implemented in this library within the WalletClient class. The API is laid out here as a swagger openapi document to offer a fast-track to understanding the interface which is implemented across multiple substrates. The JSON api is generally considered a developer friendly introduction to the WalletClient, where an binary equivalent ABI may be preferred for production use cases. - [Wallet JSON API Swagger](https://bitcoin-sv.github.io/ts-sdk/swagger)