/ration-card-dapp

Funny project shows how the Ethereum network can be used to provide fairly Ration Card system.

Primary LanguageJavaScript

ETH Ration Card System DApp

It's funny project shows how the Ethereum network can be used to provide fairly Ration Card system.

You can find more about ration cards on Wikipedia: Ration Card

Demo running on the Ropsten network: ETH Ration Card System

Setup

  1. Install packages.
yarn install
// or
npm install
  1. Run the development blockchain.
ganache-cli -b 5
  1. Compile and migrate contracts.
truffle compile
truffle migrate
  1. Run app.
yarn run start
// or
npm start