Skip to content

A React Native app showcasing a Time-Locked Vault, leveraging the technologies from @bitcoinerlab.

Notifications You must be signed in to change notification settings

bitcoinerlab/VaultShowcase

Repository files navigation

VaultShowcase

A React Native application built with Expo showcasing a Time-Lock Vault using the tech stack provided by @bitcoinerlab.

Prerequisites

  1. Make sure you have Node.js installed.

Running the App on a Physical Device

  1. Clone this repository:

    git clone https://github.com/bitcoinerlab/VaultShowcase.git
    cd VaultShowcase
  2. Install dependencies:

    npm install
  3. Start the Expo development server:

    npx expo start -c

    This will start the Metro Bundler and display a QR code in your terminal.

  4. To run the app on your physical device:

    • Android: Scan the QR code with the Expo Go app.
    • iOS: Use the Camera app to scan the QR code and open it with the Expo Go app.

Running the App on an iOS or Android Simulator/Emulator

If you'd like to run the app on a simulator or emulator, follow these additional steps:

For iOS:

  1. Install Xcode from the Mac App Store.
  2. Once installed, open Xcode to install the additional required components.
  3. Ensure you have iOS simulators installed. You can manage and install simulators via Xcode by navigating to Xcode > Preferences > Components.

For Android:

  1. Install Android Studio.

  2. Make sure you have an Android emulator set up. You can set one up via the AVD Manager in Android Studio.

  3. To run the app on a simulator/emulator:

    • iOS Simulator: Press i in the terminal where the Expo server is running.
    • Android Emulator: Press a in the terminal (ensure you have an emulator set up through Android Studio).

Local Development

In order to be able to use native tcp sockets (for electrum) we need to depart from Expo Go and use local development tools.

Still, it is possible to use expo tools without ejecting completelly.

For that, builds must be done locally, though.

For Macos, install: Ruby: https://rvm.io/rvm/install fastlane (depends on ruby)

read this too in cause of trouble: https://expo.canny.io/feature-requests/p/support-raw-tcp-sockets

About

A React Native app showcasing a Time-Locked Vault, leveraging the technologies from @bitcoinerlab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published