{"id":30180888,"url":"https://github.com/glamsystems/ivaults-app","last_synced_at":"2025-08-12T08:05:57.357Z","repository":{"id":306835795,"uuid":"1016609134","full_name":"glamsystems/ivaults-app","owner":"glamsystems","description":"A React Native app for discovering and managing GLAM vaults on Solana.","archived":false,"fork":false,"pushed_at":"2025-07-27T22:00:07.000Z","size":4879,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T23:30:20.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://glam.systems/ivaults","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glamsystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-09T09:05:16.000Z","updated_at":"2025-07-27T22:00:10.000Z","dependencies_parsed_at":"2025-07-27T23:30:36.389Z","dependency_job_id":"90efd3b8-ea73-498d-8006-3b8ab41ecaa2","html_url":"https://github.com/glamsystems/ivaults-app","commit_stats":null,"previous_names":["glamsystems/ivaults-app"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/glamsystems/ivaults-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glamsystems%2Fivaults-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glamsystems%2Fivaults-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glamsystems%2Fivaults-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glamsystems%2Fivaults-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glamsystems","download_url":"https://codeload.github.com/glamsystems/ivaults-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glamsystems%2Fivaults-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270024697,"owners_count":24514054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-12T08:05:48.532Z","updated_at":"2025-08-12T08:05:57.335Z","avatar_url":"https://github.com/glamsystems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iVaults by GLAM *.+\n\nA React Native Android app for discovering and managing GLAM vaults on Solana.\n\n## Features\n\n- **Vault Discovery**: Browse and search investment vaults with real-time data from Solana\n- **Portfolio Management**: Track positions and manage redemption requests\n- **Mobile Wallet Integration**: Connect via Solana Mobile Wallet Adapter (MWA) for signing transactions\n- **Transaction Support**: Deposit, withdraw, and claim redemptions directly from the app\n\n## Tech Stack\n\n- **React Native** + **Expo** (SDK 53)\n- **TypeScript** for type safety\n- **Solana Web3.js** + **@glamsystems/glam-sdk**\n- **Solana Mobile Wallet Adapter** for Android wallet integration\n- **Zustand** for state management\n- **TanStack Query** for data fetching\n- **React Native Reanimated** for animations\n\n## Prerequisites\n\n- Node.js v18+\n- Expo CLI\n- Android Studio with Android Emulator\n- Android device or emulator with a Solana wallet app (Phantom, Solflare, Backpack, etc.)\n\n## Setup\n\n1. Clone and install:\n   ```bash\n   git clone https://github.com/glamsystems/glam.git\n   cd glam\n   npm install\n   ```\n\n2. Configure environment:\n   ```bash\n   cp .env.example .env.local\n   ```\n\n3. Edit `.env.local` with your RPC endpoints:\n   ```\n   NETWORK=mainnet\n   SOLANA_RPC=https://your-mainnet-rpc\n   MAINNET_TX_RPC=https://your-tx-rpc\n   ```\n\n## Development\n\n```bash\nnpm start          # Start Expo dev server\nnpm run android    # Run on Android emulator/device\n```\n\n## Project Structure\n\n```\nsrc/\n├── components/     # UI components\n├── constants/      # App constants (fonts, spacing, tokens)\n├── contexts/       # React contexts\n├── data/           # Static data files\n├── hooks/          # Custom React hooks\n├── screens/        # App screens\n├── services/       # GLAM/Solana services\n├── solana/         # Wallet \u0026 RPC providers\n├── store/          # Zustand stores\n├── theme/          # Theme system (colors, fonts, context)\n├── types/          # TypeScript type definitions\n└── utils/          # Helpers \u0026 formatters\n```\n\n## Key Stores\n\n- **vaultStore**: Vault data, search, and filtering\n- **walletStore**: Wallet connection and balances\n- **portfolioStore**: User positions and redemptions\n- **activityStore**: Transaction history\n\n## Mobile Wallet Adapter (MWA)\n\niVaults uses the Solana Mobile Wallet Adapter protocol for secure wallet interactions on Android devices. This provides:\n\n- **Secure Transaction Signing**: All transactions are signed within your wallet app\n- **Session Persistence**: Wallet authorization persists between app launches\n- **Deep Linking**: Automatic return to iVaults after wallet interactions\n- **Multi-Wallet Support**: Works with any MWA-compatible wallet (Phantom, Solflare, Backpack, etc.)\n\n## Notes\n\n- Mainnet configuration by default\n- Performance metrics are simulated for display\n- Wallet sessions persist between app launches\n- Supports deep linking for wallet returns\n\n## TODO\n\n- [ ] **Web Support**: Add browser extension wallet support for web platform\n- [ ] **iOS Support**: Implement iOS wallet integration\n- [ ] **Cross-Platform Wallet Adapter**: Unified wallet connection across all platforms\n- [ ] **WalletConnect Integration**: Alternative wallet connection method\n- [ ] **Activity Tracking**: Monitor transaction history and vault performance\n\n## License\n\nThis project is licensed under the Business Source License 1.1 - see the [LICENSE](LICENSE) file for details.\n\nThe license converts to MIT License on 2029-07-25.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglamsystems%2Fivaults-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglamsystems%2Fivaults-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglamsystems%2Fivaults-app/lists"}