We are developing an application to track proof of plantation leveraging geotagging mechanism and also monitoring the growth of plant, with all image data stored on IPFS and reward the users with an NFT upon successful completion.
git clone https://github.com/meta-ps/tagyourtree.gitMake sure you have python and Django install then run
python manage.py makemigrations tagyourtree
python manage.py migrate
python manage.py runserverMake sure you have npm then run
npm i
- IPFS for image storage.
- Django for server-side.
- HTML/TailwindCSS/JS for frontend.
- Solidity for smart contracts.
- Hardhat for scripts and configuartion.

