The below blog posts explain each chapter in detail: Chapter 1: https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2 ...
Truffle is a popular framework for developing and testing decentralized applications (DApps) on the Ethereum blockchain. It provides a suite of tools and features that make it easier to write ...
Run Blockchain : Execute truffle develop inside root directory Execute compile in same window to compile smart contracts Execute migrate --reset to deploy smart contract on Ethereum blockchain network ...