-
Install dependencies
npm install
-
For
Android
, you need a debug keystore (required for app signing):If debug.keystore doesn't exist in android/app, create it:
cd android/app keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
Default debug keystore credentials (for development only):
- Keystore password:
android
- Key alias:
androiddebugkey
- Key password:
android
Note: This keystore is for development only. For production, you'll need to create a separate release keystore.
- Keystore password:
-
Start the app
npx expo start
-
Follow the output instructions to run the app on your device or simulator.
Main integration point is in the Fund component.
-
Register and get the projectId from the CDP portal
-
Assemble the Onramp URL with the getOnrampBuyUrl function
-
Open the browser with the Onramp URL