Skip to content

iamkumarji/Hackinators-Farming-Dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackinators-Farming-Dapp

This is the code for Farming Dapp Application which stores credential on Blockchain and then retrieve it from the client side. This application is coded using Truffle framework and solidity and require to run a private blockchain which is ganache-cli. The interections to the blockchain is possible by web3 javascript library.

What problem we are solving

An Agricultural Supply Chain tracks a farm product from the farmer to the consumer.

Requirements

  1. Truffle framework version 2.0
  2. Ganache-cli

Installation

npm install -g truffle@2
npm install -g ganache-cli

Instructions

Open terminal and start RPC client by typing ganache-cli.

Open another terminal and follow the commands.

git clone https://github.com/iamkumarji/Hackinators-Farming-Dapp
cd Hackinators-Farming-Dapp
truffle compile
truffle migrate
truffle serve

Open localhost on port 8080 in your favorite browser.

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages