BitcoinUnlimited / BitcoinCashSpecification

Specification of the Bitcoin Cash protocols and consensus
Other
5 stars 15 forks source link

Create the Base58Check section #21

Closed lugaxker closed 4 years ago

lugaxker commented 4 years ago

This section describes the Base58Check encoding. It is used by Bitcoin Cash wallets to encode and decode private keys, extended private keys and extended public keys. It is also used to encode addresses (legacy format), even if the CashAddr encoding is recommended.

Feel free to edit it!

lugaxker commented 4 years ago

Thanks!

I used great sources :

I plan to do the same thing for the CashAddr encoding.

dagurval commented 4 years ago

Awesome, thanks!