This repository accompanies Ethereum for Web Developers by Santiago Palladino (Apress, 2019).
Download the files as a zip using the green button, or clone the repository to your machine using Git.
Release v1.0 corresponds to the code in the published book, without corrections or updates.
See the file Contributing.md for more information on how you can contribute to this repository.
All code samples are written in javascript, and are run using node 10.16
. Most applications are bootstrapped via create-react-app
, and rely on web3.js
for connecting to the network, and ganache-cli
to set up a development network. Run npm install
on the project root to get all dependencies, as well as on each folder as you proceed through the chapters.