Mobile app that captures an image through the camera, mints an NFT with that image, and adds the current location longitude, latitude in the metadata.
npm install
npm run android
(you should have Android Studio installed)
Mint of the nft part is missing (i will use what i did for the cNFT collection of the exercice 8), we have the photo captured and the localisation saved only for now.