Skip to content

Quorra-Auth/bech32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bech32

Fork of https://github.com/fiatjaf/bech32 hopefully making it easier to use.

Install

pip install git+https://github.com/Quorra-Auth/bech32

Usage

import bech32
url = b"https://service.example/lnurl-pay"
encoded = bech32.encode_bytes("lnurl", url)
decoded = bech32.decode_bytes("lnurl", encoded)
assert decoded == url

Disclaimer

Vibecoding, vibecoding...

About

Fork of https://github.com/fiatjaf/bech32 hopefully making it easier to use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • Python 100.0%