Skip to content

Commit

Permalink
Update links and weather API
Browse files Browse the repository at this point in the history
  • Loading branch information
kacena123 authored Sep 10, 2024
1 parent 969a6f2 commit cb116f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/AgriDot.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ We have created Figma mockups of how would this Web2 to Web3 migration look. The
| 0e. | Article | We will provide a summary article that will mention all the innovations brought during the development of AgriDot. This article will be published on [Medium](https://medium.com/). |
| 1.a | Fields as NFTs (Private) | We will implement functionality that allows farmers to mint their fields as NFTs (via NFTs pallet) in a secure, hashed way (in-app hashed by AgriDot key phrase (each NFT will be checked for the correspondation between signed wallet address and owner of NFT before being decoded and displayed (as additional protection step))) so only AgriDot will be able to decode them and display them to farmers who own them. |
| 1.b | Fields as NFTs (Public) | We will implement functionality that allows farmers to mint their fields (via NFTs pallet) in a public way, so any NFT explorer will be able to display them (NFTs will have a standard format (name, image, metadata(containing field coordinates) )). These fields will then be able to be used with "4. Crop origin proofs" allowing farmers to create a proof of crop origin that will be linked to their public field. |
| 1.c | See the weather for your NFT fields | We will implement functionality that lets you query the coordinates of your NFT fields and display weather for the upcoming period (This feature will use Kodadot uniquery package for creating queries that will be used with Subsquid indexer. Weather for farmer's NFTs will be queried from OpenWeatherMap open-source API (or else if found better)) |
| 1.c | See the weather for your NFT fields | We will implement functionality that lets you query the coordinates of your NFT fields and display weather for the upcoming period (This feature will use [Kodadot uniquery](https://github.com/kodadot/uniquery) package for creating queries that will be used with [Subsquid indexer](https://www.sqd.dev/). Weather for farmer's NFTs will be queried from [Open-Meteo](https://open-meteo.com/) open-source API (or else if found better)) |
| 2.a | Pests as NFTs | We will implement Pest functionality. Pests will be minted to a unified collection (via NFTs pallet), with coordination of the Field where it appeared (Coordinate will be private (Hashed in-app by AgriDot key phrase)), farmers will only know, that a certain Pest appeared X km away from their field (They will be able to set how far they wish to monitor pests) |
| 2.b | Donation system for Pest reporters | We will implement a donation system for pest reporters. Farmers that actively report Pests and are useful to the community can receive donations from Farmers who are willing to thank them for this information (Potentially saving their crops & giving them the ability to prepare for Pest arrival well ahead). This feature will use a standard transfer pallet. |
| 3.a | Guides as NFTs | We will implement guides to be mintable as NFTs into the unified collection (via NFTs pallet). Guides allow farmers to share their knowledge with other farmers (They can range from DIY guides to crop-growing or animal caretaking guides). |
Expand Down

0 comments on commit cb116f0

Please sign in to comment.