rainbreak / solidity-btc-parser

Solidity library to parse raw Bitcoin transaction bytes
Other
33 stars 11 forks source link

Base58 convenience function #5

Closed rainbreak closed 8 years ago

rainbreak commented 8 years ago

Allow conversion of binary addresses into their regular base58 form, and vice-versa. This is probably best handled by frontends, but makes sense to allow it here.

https://en.bitcoin.it/wiki/Base58Check_encoding

rainbreak commented 8 years ago

Out of scope.