C# code for Bitcoin Cash address conversion between legacy and new format

2

I need to convert legacy Bitcoin Cash addresses to new format and back. I am aware of similar question, but it asks about PRC and has solution using python, JS. I need it done in C# with no dependencies.

Does anyone know a library? Or have working sample?

Igor Yalovoy

Posted 2018-05-05T21:13:21.603

Reputation: 151

Answers

3

Just found a SharpCashAddr library. Has pure C# implementation of address conversion in both ways.

Igor Yalovoy

Posted 2018-05-05T21:13:21.603

Reputation: 151