Note: To make these instructions concrete, we have created a sample ecosystem SDK called Rapidfire ID. You can find it in the NPM package directory as
@rapidfire/id
. You can check out the GitHub repository for Rapidfire SDK to learn how to create your own wallet.
This repository contains an example project showcasing the usage of an ecosystem smart wallet application built with Expo.
- User authentication
- Wallet interaction
- Secure encryption
- Clone the repository:
git clone https://github.com/openfort-xyz/ecosystem-wallet-expo-example.git
- Navigate to the project directory:
cd ecosystem-wallet-expo-example
- Install dependencies:
npm install
- Start the Expo development server:
npm ios
- Open the Expo app on your mobile device. If you don't have it, you can download it from Expo Go.
- Scan the QR code displayed in the terminal or Expo DevTools.
- The app will be launched on your device.
This project is licensed under the MIT License.