Repository that demonstrates generation of an ethereum address from a private key.
Change the main func as per your requirement by commenting / uncommneting function calls.
By default all calls are commented.
To change prefix update the prefix variable in main func.
- Add EIP-55 encoding
- EIP encoding verification
- Break down main func into different funcs
- Create an address as per a given prefix
- Add other encoding formats e.g. Base58Check