Skip to content

varadeth/Election

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cb4d86 · Apr 22, 2019

History

14 Commits
Apr 19, 2019
Mar 30, 2019
Apr 22, 2019
Mar 30, 2019
Mar 30, 2019
Mar 30, 2019
Apr 20, 2019
Apr 16, 2019
Apr 19, 2019
Apr 22, 2019
Apr 22, 2019
Apr 19, 2019
Mar 30, 2019
Apr 11, 2019

Repository files navigation

Boilerplate with Truffle and webpack for dApps built on Ethereum

This boilerplate was made for this blog post.

Dependencies:

Setup

npm install -g truffle
git clone https://github.com/tko22/truffle-webpack-boilerplate.git
cd truffle-webpack-boilerplate
npm install
npm run dev

##Run

truffle develop - blockchain development environment
truffle migrate - To deploy smart contract
truffle migrate --reset - To change existing smart contract
npm build
npm run dev