Author: @rockluckycat
See this doc for more details
- Creat candy machine through Metaplex js
- Creat a Pixel 4 Android virtual device
- Run react-native app on Android Emulator
- Connect wallet through @solana/mobile-wallet-adapter
- Upload image and metadata to Arweave
- Mint Solana NFT through candy machine
The demo procedure is running on solana devnet
├── 📂 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