- Created missing frontend routes: pools/vaults details/create, governance proposal details - Added GOVERNANCE_FACET_ABI and updated contract ABIs - Created TransactionDetailsScreen for mobile app - Updated mobile navigation and deep linking - Created comprehensive LINK_MAPPING.md documentation - All links verified, all components exist, no dead ends remaining
ASLE Mobile App
React Native mobile application for ASLE platform.
Setup
- Install dependencies:
npm install
- For iOS:
cd ios && pod install && cd ..
npm run ios
- For Android:
npm run android
Features
- Wallet connection (WalletConnect, MetaMask)
- Portfolio tracking
- Pool and vault management
- Transaction history
- Governance participation
- Push notifications
- Biometric authentication
- Offline support
- Deep linking
Environment Variables
Create .env file:
EXPO_PUBLIC_API_URL=http://localhost:4000