Simplified Blockchain Part 2: Ethereum Example With Java Client

Read the original article: Simplified Blockchain Part 2: Ethereum Example With Java Client


In the previous article, we got acquainted with the theoretical foundations of the blockchain. In this article, we implement the functionality of the passport office.

Before You Start

In order to generate and deploy smart contract, you need to install next tools:


Read the original article: Simplified Blockchain Part 2: Ethereum Example With Java Client