sipa / bech32

Code snippets and analysis of the Bech32 format
191 stars 107 forks source link

Validating 'zs' addresses with JavaScript #47

Closed bomb-on closed 5 years ago

sipa commented 5 years ago

What is a 'zs' address?

bomb-on commented 5 years ago

It's a Sapling z-address, used in Zcash and related coins.

https://z.cash/blog/whats-new-in-sapling/

sipa commented 5 years ago

segwit_addr.js is an implementation of BIP173 for Bitcoin. For other uses of Bech32 you can have a separate implementation, possibly reusing bech32.js.

bomb-on commented 5 years ago

Understood! Feel free to ignore/delete/reject this PR then :)