Skip to content

Latest commit

 

History

History
130 lines (83 loc) · 3.35 KB

README.md

File metadata and controls

130 lines (83 loc) · 3.35 KB

Cacio 'N Care

Cacio 'N Care Logo

Cacio 'N Care is a secure, private, and user-centric healthcare management platform leveraging zkPass proofs and Secret Network storage to protect users' health data. As easy as cooking Cacio e Pepe, it empowers users to manage their health information without fearing data leaks.

Table of Contents


Features

  • Zero-Knowledge Proofs: Verify medical prescriptions without revealing sensitive information using zkPass.
  • Privacy-Preserving Storage: Securely store health data on the Secret Network.
  • User-Centric Design: Intuitive interface for easy management of health information.
  • Seamless Connection Experience: Connect without setting up a wallet using Privy.
  • Data Protection: Empower users to manage health data without fearing leaks.

Demo

📺 Video Demo: Watch the Demo

🌐 Live Website: Cacio 'N Care


Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (v14.x or later)
  • Yarn package manager

Installation

Clone the repository:

git clone https://github.com/Knos01/cacio-n-care.git

Navigate to the project directory:

cd cacio-n-care

Install the dependencies:

yarn install

Running the Application

Development Mode

To run the application in development mode with hot reloading:

yarn dev

The application will be available at http://localhost:3000.

Production Mode

Build the application for production:

yarn build

Start the production server:

yarn start

Technologies Used

  • Next.js: React framework for server-side rendering and static site generation.
  • zkPass: For zero-knowledge proof authentication.
  • Secret Network: Privacy-preserving blockchain for secure data storage.
  • Privy: Seamless user connection without wallet setup.
  • Vercel: Hosting and deployment platform.

Contributors

  • Knos01
  • robdgs

Bounties

We integrated the following bounty sponsors' technologies:

  • zkPass: Utilized zkPass proofs to enable users to verify their medical prescriptions without revealing sensitive information, ensuring a zero-knowledge authentication process.

  • Secret Network: Deployed our data storage solutions on the Secret Network to leverage its privacy-preserving features. This ensures that users' health data is securely stored and protected from unauthorized access and potential data leaks.

  • Privy: Used to provide a seamless connection experience without requiring users to set up a wallet themselves.

License

This project is licensed under the MIT License.

Note: This project was created for the ETHRome 2024 Hackathon.