vbech32#
note! this version of the package contains the following edits:
- rename from
vbech32tobech32- a fix so that the checksum is properly computed with uppercase HRPs
- a fix so that padding check during decoding
the original package is published here: github.com/ismyhc/vbech32
vbech32 is a V language implementation of the Bech32 address format specified in BIP 0173. This library provides encoding and decoding functionality for Bech32 and Bech32m formats, commonly used in cryptocurrency addresses and also Nostr's NIP-19
Features#
- Bech32 encoding and decoding
- Easy integration with V projects
Installation#
To use vbech32 in your V project, you can install it via VPM:
v install ismyhc.vbech32
Or clone the repository:
git clone https://github.com/ismyhc/vbech32.git
cd vbech32
v install
Usage#
Take a look at the tests for now. More documentation will be added soon.
import ismyhc.vbech32
License#
This project is licensed under the MIT License - see the LICENSE file for details.
Contact#
If you have any questions or feedback, please open an issue on this GitHub repository.