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
  • 151
  • 6

1 Answers1

3

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

Igor Yalovoy
  • 151
  • 6