TEST ENVIRONMENT
🌿 Cilantro Wallet
✓ Test Deployment Active
This is the test deployment for Cilantro Mobile Wallet Adapter. Use this configuration to test wallet functionality before deploying to production.
📁 Configuration Files
🚀 Deployment Steps
- Set Test Mode: In
constants/wallet-config.ts, set USE_PRODUCTION = false
- Rebuild App: Run
npx expo prebuild --clean
- Build APK: Run
eas build --platform android --profile preview
- Install & Test: Install the test APK on your device
- Test dApp Connection: Try connecting from Jupiter or other web dApps
⚠️ Important: This is a test environment. Do not use for production transactions with real assets.
✅ Verification Checklist
- ☐ Configuration files accessible
- ☐ App built with test configuration
- ☐ Deep linking works
- ☐ Transaction signing tested
- ☐ Browser dApp connection verified
📖 Documentation
For more information, see the README and ENDPOINT_SETUP guides.