Android app for Ethereum OS devices to view the NFT's in the system-level wallet.
Check out a screen recording of the app on an Android device running ethOS here
You'll need a development build installed on an Android. You can generate one in your own Expo account with npm run build:dev
. Install it on your Android device or emulator.
You'll need an Alchemy, API key. Use that in components/Main.js
to retrieve NFT data.
For testing, if you don't have an ethOS device you can just hardcode an address to lookup and comment out any of the ExpoWalletsdk
code.
Then:
- Clone the app
- Run
npm i
- Run
npx expo start
- Open app on your Android