How to generate Ethereum wallet address in C#
With this short article we will start series of blockchain related topics. Mostly we cover questions for beginners, but eventually we will also look into more complex themes. So today we start with simple Ethereum address/account generator. First we create small Windows form application with button to generate address and two edit boxes to… Read More »