Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismyhc/vbech32
Bech32 encoding and decoding
https://github.com/ismyhc/vbech32
nostr vlang vlang-module vlang-package
Last synced: about 5 hours ago
JSON representation
Bech32 encoding and decoding
- Host: GitHub
- URL: https://github.com/ismyhc/vbech32
- Owner: ismyhc
- License: mit
- Created: 2024-09-04T13:05:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T21:36:20.000Z (5 months ago)
- Last Synced: 2025-01-29T09:51:27.176Z (7 days ago)
- Topics: nostr, vlang, vlang-module, vlang-package
- Language: V
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vbech32
![V Language](https://img.shields.io/badge/language-V-blue.svg)
vbech32 is a V language implementation of the Bech32 address format specified in [BIP 0173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki). This library provides encoding and decoding functionality for Bech32 and Bech32m formats, commonly used in cryptocurrency addresses and also Nostr's [NIP-19](https://github.com/nostr-protocol/nips/blob/master/19.md)
## 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](LICENSE) file for details.
## Contact
If you have any questions or feedback, please open an issue on this GitHub repository.