Skip to content

Poultry-Hunter/poultry-hunter-app

Repository files navigation

Poultry Hunter

License Issues Website

Contents

Description

While the Poultry supply chain becomes more complex, the Rapid Tracing of bird diseases like bird flu becomes near to impossible, in most cases it takes months! And long tracing time leads to:

  1. Significant loss to the entire supply chain.
  2. Delay in containment.
  3. And above all increase in disease transmission both in humans and birds.

Complexity in the food-related Supply chains also introduces economic inefficiency at every point of transactions, be it a poultry farmer or a distributor.

Therefore, a decentralised system is required that tracks every point of Poultry transaction with an intuitive rather technology minimal medium that can trace bird disease as well as maximise efficiency in operations at every level, from Poultry farm to Chicken Butcher/seller.

Introducing Poultry Hunter, a blockchain-based farm to butcher/seller chicken tracker that rapidly traces bird flu while also providing a platform to maximise operational efficiency.

Demo Video

Watch the video

Roadmap

Roadmap

Getting Started

Testing on a local server

# Install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sh -c "$(curl -sSfL https://release.solana.com/v1.7.11/install)"

# Clone repo
git clone https://github.com/Poultry-Hunter/poultry-hunter-app.git
cd poultry-hunter-app/

# Install dependencies and build solana progarm
npm install
npm run build:program-rust

# Start a local node cluster and deploy program.
solana-test-validator
solana program deploy /<YourPath>/poultry-hunter-app/dist/program/poultry_hunter.so 

# Add program id in our app and run react server.
copy programid and paste in /poultry-hunter-app/src/utils/utils.ts
npm start

Live Demo

You can find a working demo at PoultryHunter.netlify.app/.

Built With

  • Solana - Solana is a decentralized blockchain built to enable scalable, user-friendly apps for the world.
  • React - React is a free and open-source front-end JavaScript library for building user interfaces or UI components.
  • Phantom - Phantom is a digital wallet reimagined for DeFi. Phantom makes it safe & easy for you to store, send, receive, collect, and swap tokens on the Solana blockchain.
  • Solflare - SolFlare is a community-created web wallet built specifically for Solana.
  • Web3 - web3. js is a collection of libraries which allow you to interact with a local or remote blockchain node.

Program Releases

{
  "devnet": {
    "ProgramId": "H2bq5hQFMpAPM7qD2gLMnLx6FN278MkAHKNHx1hcbaMB"
  }
}

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.