Category Archives: Programming

Consuming json API in C# application

In next posts we will create little app what will use public web api data and show it on screen.  First task is to create classes what correspond to json data web api is returning. There are several ways to create C# classes from JSON API response in Visual Studio. One of them is to… Read More »

Removing Signer Node from Private Ethereum Network

In previous post we added second signer node to our private blockchain Adding Signer Node to Private Ethereum Network This time we will remove first node from blockchain. Those two steps can be considered as blockchain migration from one server to another. It is quite simple, execute in geth  console for both nodes command

The… Read More »

Adding Another Node to Private Ethereum Network

This article is a continuation of the article Private Proof-of-Authority Ethereum Network on Synology NAS Here we describe how to add another node to our private Ethereum development blockchain. Keep in mind that it is private and development platform, so for public node all security requirements may not be met. In previous article we already did… Read More »