I'm trying to compile a clone of this wallet, but I'm not quite sure of the best way to do so.
I finally got the dogecoin wallet compiled, but I don't know how to change the base58 encoding. I'm not sure what the best approach is..
I'm currently editing Base43.java and trying to rotate the ALPHABET to match my network. I want to compile the wallet so that it generates
keys starting with something other than one. I have a general idea of how this java file flows but I am running into errors when I try to edit it.
Thank you