knocks-public / 2024-CircuitBreaker

MIT License
2 stars 0 forks source link

CI GitHub last commit (by committer) GitHub top language GitHub pull requests GitHub code size in bytes GitHub repo size Tryvy codecov

Inro

ETH Global Link: https://ethglobal.com/showcase/inro-rped8

Inro is a state-of-the-art application dedicated to digital identity verification and privacy preservation. Created during the 2024-CircuitBreaker hackathon, Inro seeks to fulfill the societal demand for a secure age verification mechanism in online platforms, adult content access control, among others, without sacrificing user privacy.

Use Cases

Inro facilitates age verification without revealing personal information, making it ideal for bars, rental shops, and similar establishments. The process is simplified into four steps:

For Users:

For Verifiers (e.g., Bar Owners):

Features

Technology Stack

How It's Made

Inro prioritizes privacy, security, and simplicity. The backend leverages the Sindri API for zero-knowledge proofs, with Noir for crafting age verification logic, ensuring only necessary age information is verified. The frontend uses modern JavaScript frameworks, including React Native, for a smooth, cross-platform user experience. The integration of Expo's Native Modules for NFC card scanning exemplifies Inro's innovative use of technology.

Images

System Overview

Screenshots

Getting Started

To run Inro locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/knocks-public/2024-CircuitBreaker.git
  2. Install Dependencies:

    make install
  3. Deploy Circuit:

    make deploy_circuit
  4. Build the Application: Navigate to packages/frontend, then:

    npm run prebuild
    npm run ios

    Open Xcode with 2024-CircuitBreaker/packages/frontend/ios/frontend.xcodeproj.

  5. Start the Application: For development, initiate the Expo development server:

    cd packages/frontend
    npm run start:dev

Environment Configuration

Set up the following environment variables:

packages/frontend

Copy .env_sample to .env and adjust as necessary:

Future Prospects

Inro aims

to revolutionize digital identity verification by:

  1. Automating Age Verification in Bars: Enhancing efficiency by streamlining the age verification process.
  2. Improving the eKYC Process: Significantly reducing costs and waiting times for account openings, thereby lowering labor costs associated with manual verifications.

Such innovations are increasingly crucial as the need for robust digital identity management and privacy protection grows.

Contribution

We welcome contributions. Please submit proposals via pull requests or issues.

License

Inro is licensed under the MIT License.

The knocks team