Supply Chain Financing powered by Ethereum

Our project submission for the final round of the national level hackathon conducted by Blockchain Storm.

Project screenshots :

Image


Image


Image


Image


Image


Image

truffle-init-webpack

Example webpack project with Truffle. Includes contracts, migrations, tests, user interface and webpack build pipeline.

Usage

To initialize a project with this exapmple, run truffle init webpack inside an empty directory.

Building and the frontend

  1. First run truffle compile, then run truffle migrate to deploy the contracts onto your network of choice (default “development”).
  2. Then run npm run dev to build the app and serve it on http://localhost:8080

Possible upgrades

Common Errors

This means you haven’t compiled or migrated your contracts yet. Run truffle compile and truffle migrate first.

Full error:

ERROR in ./app/main.js
Module not found: Error: Can't resolve '../build/contracts/MetaCoin.json' in '/Users/tim/Documents/workspace/Consensys/test3/app'
 @ ./app/main.js 11:16-59