PestiVid: Blockchain Transparency in Agriculture
A secure, video-verified agricultural marketplace with investment opportunities. Farmers prove quality and safety via field recordings stored on blockchain (Solana Simulated) and IPFS. Buyers purchase crops with complete confidence and traceability. Investors fund projects with transparent returns.
- Solana blockchain-simulated transactions
- Decentralized video storage (IPFS/Pinata)
- Full traceability for buyers
- Direct, transparent marketplace transactions
- Investment opportunities for funders
- Secure messaging between users
- Real-time notifications
How It Works
Farmers film direct evidence of their crop and practices.
Videos & info are securely uploaded and stored decentrally.
Buyers view blockchain-verified video before any purchase.
Login to buy, sell, or invest, all backed by video trust.
Agricultural Investment Platform
Invest in verified agricultural projects with full transparency. Track your investments through simulated Solana blockchain technology and share in the harvest profits.
Fund Crops
Invest in specific crops with transparent land use and practices.
Share Returns
Receive dividends based on harvest yields and market prices.
Secure Blockchain
All investments and harvests recorded on immutable ledger (Solana Simulated).
Processing authentication...
Login or Sign Up
You must complete both steps to gain access. If you have two-step verification yet, you will be prompted touse website
Sign in with Orange ID:
Loading Social Logins...
Social login service could not load.
Powered by Orange ID
Connect with your Solana wallet:
Welcome to PestiVid!
Logged in as {{ orangeIdUser ? (orangeIdUser.name || orangeIdUser.email) : displayedUserIdentifier }} via Orange ID. Your wallet {{ displayedUserIdentifier }} is connected.
Please complete your PestiVid profile and select your primary role:
PestiVid: Record Crop Video
Allow camera access. Video file is stored locally until upload.
This video is now available in your AgriStream. View in AgriStream.
You can also use it later to: Create a Listing, or Use for Funding Request.
Video uploaded for selling! You should be redirected to create a listing. If not, click here to complete the listing.
Video uploaded for a funding request! You should be redirected to create the request. If not, click here to complete the funding request.
AgriStream: My Crop Videos
No uploads yet. Go to PestiVid to upload.
Sell Farm Crop on Marketplace
Your Active Listings
-
{{ l.crop }} ({{l.location}})
CID: {{l.cid.substring(0, 8)}}... | Pest. Co: {{ l.pesticideCompany || 'N/A' }}Buyers notifiedMin: {{ l.minPrice }} SOL
Max: {{ l.maxPrice }} SOL
Request Funding for Your Farm
Your Active Funding Requests
{{ req.title }}
AgriSell: Marketplace
No listings found matching your criteria. Try adjusting your filters.
{{ l.minPrice }} - {{ l.maxPrice }} SOL
Investment Opportunities
{{ project.title }}
{{ project.status === 'pending' ? 'Seeking Funding' : project.status === 'funded' ? 'Fully Funded' : 'Partially Funded' }}{{ project.description }}
Recent Farmer Updates
Invest to receive {{ project.investorShare }}% of the profits, proportional to your investment. Expected return is {{ project.roi }}% over {{ project.timeline }} months.
No Projects Found
Try adjusting your filters or check back later for new investment opportunities.
Investment Portfolio
Portfolio Overview
Your Active Investments
No Active Investments
You haven't invested in any agricultural projects yet.
Project | Farmer | Invested (SOL) | Progress | Expected Return (SOL) | Status | Details |
---|---|---|---|---|---|---|
{{ investment.projectTitle }} {{ investment.crop }} |
{{ getFarmerDisplayIdentifier(investment.farmerWallet, 10) }} |
{{ investment.amount }} {{ investment.investmentDate }} |
{{ investment.progress }}% Complete |
{{ calculateExpectedReturn(investment) }} {{ investment.roi }}% ROI |
{{ investment.status.charAt(0).toUpperCase() + investment.status.slice(1) }} | View |
Platform Transaction History (Simulated)
PestiVid Platform (Simulated Ledger)No Transactions Yet
Your investment and payout transactions on the platform will appear here.
Please log in to view your profile.
{{ userName || displayedUserIdentifier }}
{{ role === 'farmer' ? 'Agricultural Producer' : role === 'buyer' ? 'Crop Buyer' : 'Agricultural Investor' }}
Account Information
Full Name (PestiVid)
{{ userName || 'Not Provided in PestiVid Profile' }}
PestiVid User Identifier ({{ loginMethod === 'orangeId' ? 'Orange ID' : 'Solana Wallet' }})
{{ currentUserIdentifier }}
ETH Address (from Orange ID, if available)
{{ orangeIdUser.ethAddress }}
PestiVid Account Type
{{ role || "Not Set" }}
Email (PestiVid)
{{ userEmail || 'Not Provided in PestiVid Profile' }}
Authenticated Email (Orange ID)
{{ orangeIdUser.email }}
Phone (PestiVid)
{{ userPhone || 'Not Provided' }}
PestiVid Member Since
{{ memberSince || 'N/A' }}
Farm Information
General farm information can be displayed here (e.g., location, size, certifications if any). This section is a placeholder.
Your Uploaded Videos ({{ farmerVideos.length }})
You haven't uploaded any videos yet.
{{ vid.crop }}
Your Active Listings ({{ farmerListings.length }})
You don't have any active listings.
Crop | Location | Pesticide Co. | Price Range (SOL) | Status |
---|---|---|---|---|
{{ listing.crop }} CID: {{ listing.cid.substring(0, 8) }}... | {{ listing.location }} | {{ listing.pesticideCompany || 'N/A' }} | {{ listing.minPrice }} - {{ listing.maxPrice }} | Active |
Your Funding Requests ({{ farmerFundingRequests.length }})
You haven't created any funding requests yet.
{{ req.title }}
{{ req.status === 'pending' ? 'Pending' : req.status === 'funded' ? 'Fully Funded' : (req.status === 'partially_funded' ? 'Partially Funded' : req.status) }}Your Purchase History ({{ buyerPurchases.length }})
You haven't made any purchases yet.
Investment Portfolio Summary
You haven't made any investments yet.
Your Investments
Project | Farmer | Amount (SOL) | Date | Status | Details |
---|---|---|---|---|---|
{{ inv.projectTitle }} {{ inv.crop }} | {{ getFarmerDisplayIdentifier(inv.farmerWallet, 10) }} | {{ inv.amount }} | {{ inv.investmentDate }} | {{ inv.status.charAt(0).toUpperCase() + inv.status.slice(1) }} | View |
Platform Verification (Simulated)
PestiVid Platform Records
All your investment transactions are recorded on the PestiVid platform (Simulated Ledger).
Recent Transactions
No platform transactions recorded yet.
Please log in to access messaging.
Conversations
No conversations yet.
Start a chat from a user's profile or project.
Welcome to PestiVid Chat
Select a conversation from the left to view messages, or start a new chat from a user's profile or project page.
{{ activeConversationPartnerDisplayAddress }}
Plant Disease Detection & Recommendation
Upload an image of an affected plant. it will attempt to identify the plant, detect diseases, and suggest treatments.
Developer Note:
we are take the image now we will be recomend the plant treatments we will take all the data from the farmers we will be automatical the treatments will be updata in the for every 40000 sameple we will be get accurs result
Image Preview:
Analysis Error:
{{ analysisErrorText }}
Analysis Results:
Identified Plant:
{{ parsedAnalysis.plantName || 'Could not identify plant.' }}
Detected Disease:
{{ parsedAnalysis.diseaseName || 'Could not determine disease.' }}
Recommended Treatment / Pesticides:
{{ parsedAnalysis.treatmentRecommended || 'No specific treatment recommended.' }}
Output (for debugging if parsing failed):
{{ analysisResultText }}
AgriBot - Your Farming Assistant
Please log in as a Farmer to use AgriBot.
{{ selectedPurchase.crop }} - Purchase Verification
Location
{{ selectedPurchase.location }}
Pesticide Used
{{ selectedPurchase.pesticide }}
Pesticide Company
{{ selectedPurchase.pesticideCompany || 'N/A' }}
Purchase Price
{{ selectedPurchase.price }} SOL
Purchase Date
{{ selectedPurchase.date }}
Seller Identifier
{{ selectedPurchase.farmerWallet }}
Video File Hash (SHA256)
{{ selectedPurchase.videoFileHash || 'N/A' }}
Platform Verification (Simulated):
IPFS CID: {{ selectedPurchase.cid }}
Simulated Tx: {{ selectedPurchase.txHash }}
Video evidence on IPFS, linked on PestiVid platform (Simulated).
View on IPFS GatewayPurchase Crop Batch
{{ selectedInvestment.projectTitle }}
{{ selectedInvestment.description }}
{{ selectedInvestment.videoFileHash ? selectedInvestment.videoFileHash.substring(0,10) + '...' : 'N/A' }}
Farmer Updates
Farmer Profile
Farmer Identifier
{{ selectedFarmerProfile.walletAddress.substring(0,10) }}...
Farm Name (Sim.): {{ selectedFarmerProfile.farmName || 'N/A' }}
Short Bio (Simulated)
{{ selectedFarmerProfile.bio || 'This farmer has not provided a bio yet.' }}
PestiVid Email
{{ selectedFarmerProfile.email }}
PestiVid Member Since
{{ selectedFarmerProfile.memberSince }}
Platform Activity:
{{ selectedFarmerProfile.fundingRequestCount }}
Active Funding Request(s)
{{ selectedFarmerProfile.activeListingCount }}
Active Marketplace Listing(s)
(Note: Activity based on currently visible items on the platform.)
{{ loadingMessage }}