Assignmet for module 7 of Solana Summer Internship 2024
Build an app that captures an image through the camera, mints an NFT with that image, and adds the current location longitude, latitude in the metadata.
- React Native
- Solana Web3.js
- @solana-mobile/mobile-wallet-adapter-protocol
- react-native-image-picker
- @react-native-community/geolocation
You can watch the demo loom video here
- Install yarn if you don't have it already
npm install -g yarn
- Install dependencies
yarn install
- Run the app
npx react-native run-android