This repository contains an example project showcasing the usage of a smart wallet application built with Expo.
- User authentication
- Wallet interaction
- Secure encryption
- Clone the repository:
git clone https://github.com/MobileWalletProtocol/smart-wallet-expo-example.git
- Navigate to the project directory:
cd smart-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.