This repository contains all code, grouped by chapter, for the book of the above title.
- There is a folder for each chapter in the book.
- Inside each folder, there is a README.md file that provides detail about the particular chapter
- Clone this repository
- Navigate to the chosen chapter. (i.e
cd chapter1)
npm install truffle -g
npm install
- In a new terminal tab/window:
truffle develop
compile
migrate
npm run dev
- Navigate to
http://localhost:8080/#/
Note: Steps 3-7 can be skipped if the chosen chapter is not a Truffle project (i.e does not have a truffle.js
file, etc)
- Truffle
- JavaScript (Angular, React, Vue, Node)
- Web3
- Solidity
- Webpack