An open API service indexing awesome lists of open source software.

https://github.com/bsv-blockchain/wallet-toolbox-examples


https://github.com/bsv-blockchain/wallet-toolbox-examples

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# BSV WALLET TOOLBOX EXAMPLES

BSV BLOCKCHAIN | BRC100 Conforming Wallet Example Code

The BSV Wallet Toolbox builds on the [SDK](https://bsv-blockchain.github.io/ts-sdk) to add support for:

- Persistent UTXO and transaction history management
- Standardized key derivation protocols.

## Table of Contents

- [Objective](#objective)
- [Examples](#examples)
- [Documentation](#documentation)
- [Contribution Guidelines](#contribution-guidelines)
- [Support \& Contacts](#support--contacts)
- [License](#license)

## Objective

The BSV Wallet Toolbox Examples provides a collection of self-contained sample code to support learning and getting started with the @bsv/wallet-toolbox.

## Documentation

[The Docs](https://bsv-blockchain.github.io/wallet-toolbox) are available here on Github pages.
[Example code](https://docs.bsvblockchain.org/guides/sdks/ts/examples) is available over on our gitbook.

The Toolbox is richly documented with code-level annotations. This should show up well within editors like VSCode.

## Examples

## Contribution Guidelines

We're always looking for contributors to help us improve the SDK. Whether it's bug reports, feature requests, or pull requests - all contributions are welcome.

1. **Fork & Clone**: Fork this repository and clone it to your local machine.
2. **Set Up**: Run `npm install` to install all dependencies.
3. **Make Changes**: Create a new branch and make your changes.
4. **Test**: Ensure all tests pass by running `npm test`.
5. **Commit**: Commit your changes and push to your fork.
6. **Pull Request**: Open a pull request from your fork to this repository.
For more details, check the [contribution guidelines](./CONTRIBUTING.md).

## Support & Contacts

Project Owners: Thomas Giacomo and Darren Kellenschwiler

Development Team Lead: Ty Everett

For questions, bug reports, or feature requests, please open an issue on GitHub or contact us directly.

## License

The license for the code in this repository is the Open BSV License. Refer to [LICENSE.txt](./LICENSE.txt) for the license text.

Thank you for being a part of the BSV Blockchain Libraries Project. Let's build the future of BSV Blockchain together!