Origin is a mobile wallet application focused on simplifying payments with the Noble blockchain, a USDC-native chain in the Cosmos ecosystem.
- Noble Chain Integration: Manage your USDC holdings on the Noble blockchain.
- NFC and HCE Capabilities:
- Use your phone as a virtual payment card through Host Card Emulation (HCE).
- Facilitate quick transactions by tapping phones together.
- Google Sign-In and Cloud Sync:
- Seamlessly sign in with your Google account.
- Automatically backup and sync your wallet data to Google Drive, enhancing user experience and security.
- QR Code Integration: Easily share your wallet address for receiving funds.
- Simplified Transactions: Send and receive USDC with an intuitive interface.
- NFC and HCE turn your phone into a virtual payment card, enabling contactless transactions with other NFC-enabled devices.
- Google Sign-In and Drive backup ensure your wallet data is securely stored and easily recoverable, improving overall user experience.
Origin aims to make interacting with the Noble blockchain and USDC as simple and secure as using a traditional banking app, while leveraging the benefits of blockchain technology. By integrating familiar technologies like Google Sign-In and innovative features like NFC payments, Origin bridges the gap between traditional finance and DeFi.
Origin utilizes a custom proxy server or cloud function to interact with blockchain nodes, allowing for:
- Efficient handling of complex queries
- Dynamic updating of faulty RPC endpoints without requiring app updates
- Potential for future features like custom relaying and a point system
By abstracting away the complexities of direct blockchain interaction, Origin allows users to focus on managing their assets without computational side-effects
-
Clone the repository
-
Install dependencies:
bun install
bunx expo install
-
Set up Google Sign-In:
- Create a Google Cloud project and enable the Google Sign-In API
- Configure your OAuth 2.0 client ID
- Add the client ID to your app configuration
-
Configure Google Drive API for backup functionality
-
Set up your Noble blockchain RPC endpoint in the proxy server configuration
-
Start the development server:
bunx expo prebuild
bun run android
app/
: Contains the main application code and routescomponents/
: Reusable React componentslib/
: Utility functions and custom hookscontext/
: Global state managementassets/
: Images and other static assetsproxy/
: Backend proxy for blockchain interactions
Run tests using Vitest:
bun run test
Refer to the eas.json
file for EAS (Expo Application Services) build configurations.
This project is licensed under the MIT License. See the LICENSE file for details.