Skip to content

BoxInThePARK/mobile-nft-mint-example

Repository files navigation

A Complete Guide to Mint Solana NFTs through a Mobile App (Android)

Author: @rockluckycat

See this doc for more details

Overview

  • Creat candy machine through Metaplex js
  • Creat a Pixel 4 Android virtual device
  • Run react-native app on Android Emulator

The demo procedure is running on solana devnet

Structure

├── 📂 metaplex-candy-machine-example
│   │
│   └── 📄 creator.js
│
└── 📂 mobile-nft-mint-example
    │
    ├── 📂 andorid
    │
    ├── 📂 ios
    │
    ├── 📂 patch
    │   |
    │   └── 📂 arweave
    │
    ├── 📂 src
    │   │
    │   ├── 📂 components
    │   │
    │   ├── 📂 hooks
    │   │   │
    │   │   ├── 📄 useAuthorization.ts
    │   │   │
    │   │   ├── 📄 useGuardedCallback.ts
    │   │   │
    │   │   └── 📄 useUploader.ts
    │   │   │
    │   │   └── 📄 useMinter.ts
    │   │
    │   ├── 📄 App.tsx
    │   |
    │   └── 📄 MainScreen.tsx
    │
    └── 📂 types

About

A Complete Guide to Mint Solana NFTs through a Mobile App (Android)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors