Skip to content

mind-vault-1/mindvault_mobile

Repository files navigation

MindVault Mobile

React Native companion app for MindVault — browse payment-protected digital resources on Stellar.

Features

  • Browse the public resource catalog
  • Search by title
  • Pull to refresh
  • Copy resource access URLs
  • On-chain registry count in the header

Prerequisites

  • Node.js 18+
  • npm or pnpm
  • Expo Go on your phone, or Xcode / Android Studio for simulators

Setup

npm install

Point 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).

Run

npm start

Then press i for iOS simulator, a for Android emulator, or scan the QR code with Expo Go.

Related

The main MindVault monorepo lives at ../mindvault and includes the server, web app, MCP server, and Soroban contracts.

About

No description, website, or topics provided.

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors