Skip to content

All code, grouped by chapter, for the Learn Truffle - Fundamentals of Ethereum Development book

Notifications You must be signed in to change notification settings

Nikhil22/learn-truffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Truffle - Fundamentals of Ethereum Development

This repository contains all code, grouped by chapter, for the book of the above title.

Repository Structure

  • 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

How to Use

  1. Clone this repository
  2. Navigate to the chosen chapter. (i.e cd chapter1)
  3. npm install truffle -g
  4. npm install
  5. In a new terminal tab/window:
    1. truffle develop
    2. compile
    3. migrate
  6. npm run dev
  7. Navigate to https://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)

Technologies Used

  • Truffle
  • JavaScript (Angular, React, Vue, Node)
  • Web3
  • Solidity
  • Webpack