https://github.com/bsv-blockchain/go-wallet-toolbox
Tools for building effective, compliant BRC-100 wallets in Go language.
https://github.com/bsv-blockchain/go-wallet-toolbox
Last synced: 3 months ago
JSON representation
Tools for building effective, compliant BRC-100 wallets in Go language.
- Host: GitHub
- URL: https://github.com/bsv-blockchain/go-wallet-toolbox
- Owner: bsv-blockchain
- License: other
- Created: 2025-03-17T07:47:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T11:32:27.000Z (3 months ago)
- Last Synced: 2025-08-04T13:25:02.194Z (3 months ago)
- Language: Go
- Size: 1.63 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# BSV WALLET TOOLBOX FOR GO LANG
BSV BLOCKCHAIN | BRC100 Conforming Wallet, Wallet Storage and Wallet Signer Components
## Objective
The BSV Wallet Toolbox builds on the [SDK](https://github.com/bsv-blockchain/go-sdk).
It aims to support building sophisticated applications and services on the BSV Blockchain technology stack.
By providing interlocking building blocks for persistent storage and protocol based key derivation, it serves as an essential toolbox for developers looking to build on the BSV Blockchain.
## Documentation
[//]: # (TODO: ADD DOCUMENTATION)
The Toolbox is richly documented with code-level annotations. This should show up well within editors like VSCode.
## 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 `go mod tidy` to install all dependencies.
3. **Make Changes**: Create a new branch and make your changes.
4. **Test**: Ensure all tests pass by running `go 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
For questions, bug reports, or feature requests, please open an issue on GitHub.
## License
The license for the code in this repository is the Open BSV License. Refer to [LICENSE.txt](./LICENSE) 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!