https://github.com/mobilewalletprotocol/smart-wallet-expo-example
A sample Expo application that integrates with Smart Wallet
https://github.com/mobilewalletprotocol/smart-wallet-expo-example
Last synced: about 1 year ago
JSON representation
A sample Expo application that integrates with Smart Wallet
- Host: GitHub
- URL: https://github.com/mobilewalletprotocol/smart-wallet-expo-example
- Owner: MobileWalletProtocol
- License: mit
- Created: 2024-08-07T01:33:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T19:51:59.000Z (over 1 year ago)
- Last Synced: 2025-04-24T05:44:30.757Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.smartwallet.dev/guides/react-native-integration
- Size: 767 KB
- Stars: 21
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Wallet Expo Example
This repository contains an example project showcasing the usage of a smart wallet application built with Expo.
## Features
- User authentication
- Wallet interaction
- Secure encryption
## Installation
1. Clone the repository: `git clone https://github.com/MobileWalletProtocol/smart-wallet-expo-example.git`
2. Navigate to the project directory: `cd smart-wallet-expo-example`
3. Install dependencies: `npm install`
4. Start the Expo development server: `npm ios`
## Usage
1. Open the Expo app on your mobile device. If you don't have it, you can download it from [Expo Go](https://expo.io/client).
2. Scan the QR code displayed in the terminal or Expo DevTools.
3. The app will be launched on your device.
## License
This project is licensed under the [MIT License](./LICENSE).