React Native companion app for MindVault — browse payment-protected digital resources on Stellar.
- Browse the public resource catalog
- Search by title
- Pull to refresh
- Copy resource access URLs
- On-chain registry count in the header
- Node.js 18+
- npm or pnpm
- Expo Go on your phone, or Xcode / Android Studio for simulators
npm installPoint the app at your MindVault API server by editing app.json:
"extra": {
"apiUrl": "http://localhost:4021"
}For a physical device, use your machine's LAN IP instead of localhost (e.g. http://192.168.1.10:4021).
npm startThen press i for iOS simulator, a for Android emulator, or scan the QR code with Expo Go.
The main MindVault monorepo lives at ../mindvault and includes the server, web app, MCP server, and Soroban contracts.