Skip to content

setavenger/blindbit-spend

Repository files navigation

BlindBit Spend

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.

Get started

  1. Install dependencies

    npm install
  2. 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

Setting up in the App

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.

Todos

  • Test on Android
  • Generate new seed words inside app
  • Show keys required for BlindBit Scan (spend public key + scan secret key)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published