Retrieving, Analyzing and Summarizing world Data to improve our understanding of the community conditions and generate customized urban Farming solutions for the particular area.
We built our project using MultiBaas to handle the complexities of interacting with an EVM smart contract. File name: UrbanAgri_Curve
Smart Contracts are set to be deployed on the Vana Moksha Testnet (network was down at the time of testing and also currently incompatible with deploying on CurveGrid), in the future our DLP will be searchable at https://moksha.vanascan.io
The repository consists of two sub-projects:
- The
**blockchain**
folder contains a Hardhat project that uses the Hardhat MultiBaas Plugin to compile theUrbanAgriDLP
smart contract, deploy it to the network, and link it to a MultiBaas deployment so that we can interact with it via the REST API. - The
frontend
folder contains a Next.js web application that provides a UI for interacting with the smart contract using the MultiBaas SDK.
Sustainable urban farming solutions are crucial for our future. UrbanAgri_Curve 🌿 is the essential platform for anyone ready to revolutionize urban agriculture. Whether you're a city dweller, community organizer, or urban planning enthusiast, UrbanAgri_Curve makes data-driven urban farming accessible, engaging, and rewarding for all.
**Core Features: **
Data-Driven Insights: Interact with our AI-powered platform to gain valuable insights into urban agricultural practices. Solve real-world challenges like optimal crop selection, resource management, and sustainable urban integration.
Community Marketplace: Access a dynamic marketplace where you can share data, exchange ideas, and discover innovative urban farming solutions tailored to your city's unique needs.
Earn and Contribute: Participate in data collection and solution creation to earn blockchain-powered rewards. Your contributions unlock platform features, grant access to exclusive urban farming resources, and offer rewards in the community marketplace.
Join the Urban Farming Revolution: Become part of the UrbanAgri DAO to collaborate on global urban sustainability projects, fund public goods, and promote data-driven urban agriculture as a solution for food security and urban resilience.
Why UrbanAgri_DAO? With increasing urbanization and the need for sustainable city planning, data-driven urban agriculture is a vital solution—but it often lacks coordinated efforts and accessible data. UrbanAgri_DAO bridges these gaps, providing a platform for collaborative learning, rewards for meaningful contributions, and a thriving ecosystem to support your urban farming initiatives.
Call to Action: Shape the future of your city, your impact, and urban sustainability. Join UrbanAgri DAO, explore our data marketplace, master urban agricultural practices, and be part of a global movement to build more resilient and sustainable urban environments.
UrbanAgri DAO: Cultivating Smart Cities, One Data Point at a Time. 🏙️🌱
If you want to review a mockup of the user experience, you can view it here.
Prepare the project for deployment:
cd blockchain
npm install
cp deployment-config.template.js deployment-config.development.js
Finally, deploy the smart-contract:
npm run dev