Skip to content

bazinga776/AgriChain-Blockchain

Repository files navigation

Agri Chain

A prototype for the Course: Blockchain Optimization by Venkata Sindhu Kandula (UFID: 1914-5414) Sai Pujitha (UFID: 7179-9872) Adil Shaik (UFID: 6998-5592)

Installation

  1. Install Truffle globally.
    npm install -g truffle
  2. Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.
    compile
    migrate
  3. Run the liteserver development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.
    // Serves the front-end on http://localhost:3000
    npm run dev

About

Paper Proposal for a Hyperledger based application architecture for agriculture using blockchain and IoT technology. Designed Ethereum smart contracts using Truffle and ganache frameworks in solidity for the prototype.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors