Webpack project with Truffle. Includes contracts, migrations, tests, user interface and webpack build pipeline.
- First run
truffle compile
, then runtruffle migrate
to deploy the contracts. (Set node RPC in truffle.js file if needed) - Do an
npm install
to install the dependencies - Then run
npm run dev
to build the app and serve it on http://localhost:8001