Anshnrag02 / AgroConnect-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

AgroConnect

project_description
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. Developing a decentralised marketplace service for the crop market using blockchain embedded in a multifunctional app wherein, we can track the crops as well.
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Allowing transaction in a Digital Currency.

In our solution we are using Ethereum for transaction in the given project. The farmers can create an NFT of the contract as a proof of transaction and consumers can purchase those tokens.

Blockchain Based Tracking

As we are using blockchain, it is easy to track the product and its ownership. This leads to eradication of hoarding of crops, helps us calculate the optimum delivery time and also works as a feedback mechanism in case of bad quality.

Other Functionalities

We provide other assistance to the farmer in multiple ways which includes Agro-News, crop disease disease prediction and yield quality predictor.

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  3. Install NPM packages
    npm install
  4. Run npx hardhat node
    npx hardhat node
  5. In a new terminal run this command
    npx hardhat run scripts/deploy.js --network localhost
  6. After that launch the next app using the below command
    npm run dev

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • [] NFT MarketPlace
  • [] Blockchain Development
  • [] Machine and Deep Learning Models
    • [] Solidity and Smart Contracts

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: AgroConnect

(back to top)

Acknowledgments

(back to top)

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

About


Languages

Language:JavaScript 75.1%Language:Solidity 18.7%Language:CSS 6.3%