The mobile app which neatly integrates with BlindBit Scan. It enables you to connect to your scanning instance, load the found utxos and then spend them easily within the App.
Caution
This app is not extensively tested. It has worked for some simple sending but you should verify yourself that it works as you would exepct. The status of this app is not even early alpha yet. So as I said, use with caution.
-
Install dependencies
npm install
-
Start the app
npx expo start
To run on a physical iOS device (I don't have an android so android is not really tested at this point)
npx expo run:ios --configuration Release --device
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
The app currently does not create new seed words. Those have to be generated outside the app. The devtools in blindbitd can be used to extract the public spend key and the scan secret key for BlindBit Scan.
- Test on Android
- Generate new seed words inside app
- Show keys required for BlindBit Scan (spend public key + scan secret key)