May 2018
Intermediate to advanced
281 pages
5h
English
This chapter is the first of our applied practice chapters. It walks through the two fundamental Ethereum interactions. In the first project, we will broadcast a transaction to three Ethereum networks. In the second project, we will deploy a simple Hello World contract.
In this exercise, we will use the geth console to send ether. You may have used a wallet service to send ether in the past. We will be using JavaScript, the language of the geth console, and web3.js, Ethereum’s official ...