⚠️ DISCLAIMERThis project is currently in early development and is a work in progress. It is not meant for production use or evaluation at this time. Features may be incomplete, unstable, or subject to significant changes. Please check back later for a more complete version.
The Intuition POC Mobile App brings the power of decentralized knowledge to your fingertips, allowing you to access, contribute, and interact with the Intuition knowledge graph directly from your mobile device. With the Intuition POC Mobile App, you can explore insights, follow trusted sources, and make informed decisions on the go.
The Intuition Mobile App enables you to:
- Access Knowledge on the Go: View and interact with the Intuition knowledge graph, gaining insights on topics and entities you care about.
- Contribute to the Knowledge Graph: Submit information, rate contributions, and share your insights with the community.
- Stay Informed: Follow trusted profiles, see updates on subjects of interest, and receive real-time notifications on new information related to topics you’re tracking.
- Verify Information: Access community-sourced insights to make well-informed decisions across a range of topics and industries.
- Explore the Knowledge Graph: Browse and interact with segments of the Intuition knowledge graph, discovering new connections and data points.
- Make and View Attestations: Contribute your own attestations or view attestations from trusted sources directly in the app.
- Real-Time Notifications: Stay updated on new contributions, insights, or alerts related to topics you follow.
This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-project
This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
We welcome contributions to improve Intuition! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please make sure to update tests as appropriate and follow our code of conduct.
This project is licensed under the MIT License - see the LICENSE.md file for details.