{"id":24072516,"url":"https://github.com/jongan69/lockfitapp","last_synced_at":"2026-05-16T19:01:39.968Z","repository":{"id":270140444,"uuid":"909444798","full_name":"jongan69/lockfitApp","owner":"jongan69","description":"Scaffold V2 of the original lockfit app, still needs lots of work but seems much simpler as opposed to hackathon rushing","archived":false,"fork":false,"pushed_at":"2025-01-21T22:37:30.000Z","size":464,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T22:14:06.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jongan69.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-12-28T18:12:50.000Z","updated_at":"2024-12-30T21:01:23.000Z","dependencies_parsed_at":"2024-12-28T19:30:02.111Z","dependency_job_id":null,"html_url":"https://github.com/jongan69/lockfitApp","commit_stats":null,"previous_names":["jongan69/lockfitapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jongan69/lockfitApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FlockfitApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FlockfitApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FlockfitApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FlockfitApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongan69","download_url":"https://codeload.github.com/jongan69/lockfitApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FlockfitApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33115437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-09T17:17:53.442Z","updated_at":"2026-05-16T19:01:39.930Z","avatar_url":"https://github.com/jongan69.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LockIn - Fitness Staking App\n\nA mobile fitness application that combines workout tracking with Solana blockchain staking, allowing users to earn $LOCKIN tokens by participating in fitness competitions and challenges.\n\n## 💪 App Concept\n\nLockIn revolutionizes fitness motivation by introducing a \"stake-to-compete\" model where users can:\n- Stake $LOCKIN tokens to join fitness competitions\n- Earn rewards by completing workout challenges\n- Compete in community fitness leagues\n- Track and verify workouts using mobile sensors and blockchain timestamps\n- Participate in team-based fitness challenges\n\n## 🖥️ Project Overview\n\n### Vision Statement\nTo create a seamless, engaging fitness ecosystem where users are financially incentivized to stay active and collaborate through blockchain technology.\n\n### Mission\nTo merge fitness and Web3, fostering healthier lifestyles through gamified challenges and tokenized rewards.\n\n---\n\n## 🚀 Technology Stack\n\n### Frontend\n- **[Expo Router](https://docs.expo.dev/router/introduction/):** Navigation management\n- **[NativeWind](https://www.nativewind.dev/v4/overview/):** Tailwind-style styling\n- **React Native \u0026 TypeScript:** Core UI development and type-safe coding practices\n- **Device Sensors:** Accelerometer, GPS, and heart rate monitoring for fitness verification\n\n### Backend\n- **Node.js with Express:** Backend APIs for challenge management and activity logging\n- **MongoDB/Firestore:** Scalable database for user data and challenge history\n- **Solana Web3.js:** Blockchain integration for transactions, staking, and token rewards\n- **AWS or Google Cloud:** Hosting and scalable infrastructure for backend services\n\n### Blockchain\n- **$LOCKIN Token:** SPL token for staking and rewards\n- **Solana Program:** Staking pool and competition contract logic\n\n---\n\n## 🛠️ Setup \u0026 Installation\n\n### Prerequisites\n1. Install [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/).\n2. Set up a Solana devnet wallet using [Phantom](https://phantom.app/).\n\n### Steps\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/jongan69/SolanaDemoMobileApp.git\n   ```\n2. Install dependencies:\n   ```sh\n   yarn install\n   ```\n3. Set up environment variables:\n   - Copy `.env.example` to `.env`:\n     ```sh\n     cp .env.example .env\n     ```\n   - Update the Solana RPC URL, $LOCKIN token address, and staking pool address.\n\n4. Start the development server:\n   ```sh\n   npx expo start\n   ```\n\n5. Run the blockchain program locally (optional):\n   ```sh\n   solana-test-validator\n   ```\n\n---\n\n## 🗺️ Project Features \u0026 Development Roadmap\n\n### 📅 Sprint Breakdown\n\n#### Sprint 1 (Weeks 1-2): Foundation ✅\n- Basic app structure with Expo, NativeWind, and navigation setup\n- Wallet integration for Solana accounts\n- UI design system and folder structuring\n\n#### Sprint 2 (Weeks 3-4): Core Integration 🟡\n- Fitness tracking basics: workout logging and motion detection\n- Solana network integration: staking, balance display, and basic transactions\n\n#### Sprint 3 (Weeks 5-6): Advanced Features 🔴\n- $LOCKIN token staking mechanism\n- Competition framework: challenges, leaderboards, and reward logic\n- Anti-cheat verification system using sensor data\n\n#### Sprint 4 (Weeks 7-8): Final Polish 🔴\n- UI/UX refinements, bug fixes, and accessibility improvements\n- Comprehensive security measures and blockchain audits\n- App store preparation for iOS and Android\n\n---\n\n## 🏋️ Core Features\n\n1. **Fitness Tracking**\n   - Accurate workout logging using device sensors\n   - Verification system for motion and location data\n   - Personal fitness profile and goal tracking\n\n2. **Blockchain Integration**\n   - $LOCKIN token staking and rewards\n   - Secure wallet integration with biometric authentication\n   - Real-time balance updates and transaction history\n\n3. **Social \u0026 Competitive Features**\n   - Community fitness challenges and team competitions\n   - Leaderboards with real-time updates\n   - Achievement badges and milestones\n\n4. **Anti-Cheat Mechanisms**\n   - Workout validation using sensor data\n   - GPS route tracking and motion analysis\n   - Blockchain timestamping for verified activity records\n\n---\n\n## 🔒 Security Considerations\n\n- **Data Encryption:** All sensitive user data is encrypted in transit and at rest.\n- **Secure Wallet Management:** Private keys stored securely with biometric authentication.\n- **Anti-Cheat System:** Activity patterns analyzed for anomalies to prevent falsified challenges.\n- **Transaction Integrity:** Blockchain ensures tamper-proof reward distribution and staking logic.\n\n---\n\n## 📅 Timeline \u0026 Milestones\n\n| **Milestone**                 | **Target Completion** | **Status**   |\n|-------------------------------|-----------------------|--------------|\n| Basic Wallet Integration      | Week 2               | ✅ Complete  |\n| Fitness Tracking Fundamentals | Week 4               | 🟡 In Progress |\n| Staking Mechanism             | Week 6               | 🔴 Not Started |\n| Competition System            | Week 6               | 🔴 Not Started |\n| Final Testing \u0026 Polish        | Week 8               | 🔴 Not Started |\n\n---\n\n## 📱 Supported Platforms\n\n- **iOS:** Compatible with iOS 13.0+ devices\n- **Android:** Compatible with Android 8.0+ devices\n\n---\n\n## 🧪 Testing\n\n### Testing Strategy\n- **Unit Tests:** Core functionalities like transaction handling and activity logging.\n- **Integration Tests:** Wallet, staking, and fitness tracking workflows.\n- **E2E Tests:** Entire user journey from app setup to competition rewards.\n\n### Testing Tools\n- Jest (Unit/Integration Testing)\n- Detox (E2E Testing for React Native)\n- Mocha (Blockchain Contract Testing)\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Follow the steps below:\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/NewFeature`)\n3. Commit your changes (`git commit -m 'Add some NewFeature'`)\n4. Push to the branch (`git push origin feature/NewFeature`)\n5. Open a Pull Request\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n---\n\n## 👥 Team\n\n- **Project Manager:** [Insert Name]\n- **Lead Developer:** Jonathan Gan\n- **Blockchain Developer:** [Insert Name]\n- **UI/UX Designer:** [Insert Name]\n- **Fitness Consultant:** [Insert Name]\n\n---\n\n## 📞 Contact\n\nFor questions or support, please open an issue or contact the project team via email: [your-email@example.com].\n```\n\n### Key Enhancements:\n1. **Detailed Setup Instructions:** Includes prerequisite installations and environment variable setup.\n2. **Expanded Security Section:** Added blockchain-specific considerations.\n3. **Feature Roadmap:** Linked core features to timeline milestones.\n4. **Testing Details:** Introduced testing strategy and tools.\n5. **Team and Contact Info:** Defined team roles and added a contact section.# lockfitApp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Flockfitapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongan69%2Flockfitapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Flockfitapp/lists"}