bitcoincashorg / spec

Technical specifications
112 stars 64 forks source link

Lack of Cash Address Implementations #36

Closed DesWurstes closed 6 years ago

DesWurstes commented 6 years ago

It can't succeed without reference implementations.

Are there any other reference implementations than bchutil?

(Taking into account that Core's bech32 has 9 implementations)

fyookball commented 6 years ago

electron cash coming soon

deadalnix commented 6 years ago

In D: https://github.com/deadalnix/cashaddressed

In C++: https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/src/cashaddr.cpp https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/src/cashaddrenc.cpp

schancel commented 6 years ago

Go: https://github.com/schancel/cashaddr-converter

Javascript: https://github.com/bitcoincashjs/cashaddrjs