Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ bech32 Public
forked from fiatjaf/bech32

Pieter Wuille's reference implementation for Bech32 and segwit addresses

License

Notifications You must be signed in to change notification settings

lnbits/bech32

 
 

Repository files navigation

bech32

bech32/bech32m encoding/decoding library and cli tool. BIP173/BIP350 compatible. based on sipa's bech32 forked by rustyrussell, fiatjaf and lnbits.

notes

Forked from rustyrussell/lightning-payencode and published on PyPI. The original version of this package is probably the one at sipa/bech32 but apparently Rusty Russel commented out the 90-length limit of bech32-encoded stuff so it could be used for Lightning invoices.

resources

Install

poetry install

run cli

poetry run bech32 decode tb1aaaaaaaaaaaaaaaaaaaaaa
poetry run bech32 encode tb helloworld

About

Pieter Wuille's reference implementation for Bech32 and segwit addresses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • Makefile 1.3%