{"id":15187651,"url":"https://github.com/dperdic/s7-solana-mobile-dev","last_synced_at":"2026-01-05T03:45:12.298Z","repository":{"id":256001973,"uuid":"851064939","full_name":"dperdic/s7-solana-mobile-dev","owner":"dperdic","description":"Solana mobile app for minting NFTs from camera roll pictures","archived":false,"fork":false,"pushed_at":"2024-09-15T16:58:26.000Z","size":9325,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T03:22:35.650Z","etag":null,"topics":["android","android-app","expo","metaplex","nfts","react-native","react-native-app","solana","solana-mobile","solana-nft"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dperdic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-02T11:05:36.000Z","updated_at":"2024-11-23T03:15:08.000Z","dependencies_parsed_at":"2024-09-23T15:01:20.894Z","dependency_job_id":"39678a71-0df2-43c4-b84f-866bbbf7b3e0","html_url":"https://github.com/dperdic/s7-solana-mobile-dev","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":0.04347826086956519,"last_synced_commit":"fae0d17b8deda77581a0f8a2c638ba2a82d748c0"},"previous_names":["dperdic/s7-solana-mobile-dev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperdic%2Fs7-solana-mobile-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperdic%2Fs7-solana-mobile-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperdic%2Fs7-solana-mobile-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperdic%2Fs7-solana-mobile-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dperdic","download_url":"https://codeload.github.com/dperdic/s7-solana-mobile-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238455111,"owners_count":19475381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-app","expo","metaplex","nfts","react-native","react-native-app","solana","solana-mobile","solana-nft"],"created_at":"2024-09-27T18:41:31.805Z","updated_at":"2025-10-27T06:32:02.336Z","avatar_url":"https://github.com/dperdic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S7 - Solana Mobile\n\nSeventh assignment for the Solana Summer Fellowship 2024.\n\n## Description\n\n### Assignment\n\n```\nBuild 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.\n```\n\n### Building the app\n\nThe app relies on Supabase storage to store the NFT's image and metadata. Create a project on Supabase and make sure to set the storage bucket to be publicly accessible and make a `.env` file based on the template provided.\n\nTo build the app first install the dependencies.\n\n```bash\nyarn\n```\n\nThe `postinstall` script that fixes metaplex packages should run after the dependencies have been installed.\n\nIf the script doesnt run, you can run it manually using the following command:\n\n```bash\nyarn fix\n```\n\n#### Development build\n\nRun the following command to build the development environment `.apk` file.\n\n```bash\nyarn build:dev\n```\n\nAfter the `.apk` file has been built drag it into your emulator in android studio.\n\nThen start a development server using the following command:\n\n```bash\nyarn android\n```\n\n#### Preview build\n\nRun the following command to build the preview environment `.apk` file.\n\n```bash\nyarn build:preview\n```\n\nThis `.apk` file does not require a development server and can be installed on your phone.\n\n### Description\n\nThe user first needs to connect their wallet app.\n\nAfter the wallet has been connected, a new screen called `NFT` will be avalable.\n\nThe user then has the option to take a photo with their camera or load an image from their gallery.\n\nAfter an image has been selected the user can mint an NFT with the image and their current location.\n\n### App demo\n\nVideo demo of the app can be found [here](https://jtrledmmznkgtipuxcja.supabase.co/storage/v1/object/public/solana-mobile/videos/e1828a73d2754254b3184e015c5c1d29.mp4).\n\nThe NFT minted in the video can be found [here](https://explorer.solana.com/address/CuS2bxaohJeg6b8YgtjD6kYY4HinCXx9pB4XQfQKxbZR/attributes?cluster=devnet).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdperdic%2Fs7-solana-mobile-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdperdic%2Fs7-solana-mobile-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdperdic%2Fs7-solana-mobile-dev/lists"}