julianmrodri / ethereum-for-web-developers

Source code for 'Ethereum for Web Developers' by Santiago Palladino

Home Page:https://www.apress.com/9781484252772

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apress Source Code

This repository accompanies Ethereum for Web Developers by Santiago Palladino (Apress, 2019).

Cover image

Download the files as a zip using the green button, or clone the repository to your machine using Git.

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

Environment setup

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.

About

Source code for 'Ethereum for Web Developers' by Santiago Palladino

https://www.apress.com/9781484252772

License:Other


Languages

Language:JavaScript 90.2%Language:HTML 5.4%Language:CSS 3.6%Language:Shell 0.9%