NapNad is a Web3-based application designed to address the issue of sleep deprivation in modern society. By providing token incentives for users who meet predefined sleep goals, NapNad aims to improve productivity, mental health, and overall well-being. The application also ensures that users' health data remains secure and private.
Follow these steps to run this project locally:
-
Clone this repository:
git clone https://github.com/NapNaddev/frontend.git cd NapNad -
Create a
.envfile based on.env.exampleand fill in the required configurations. -
Install dependencies using one of the following package managers:
pnpm install # or yarn install # or npm install
-
Run the application in development mode:
pnpm dev # or yarn dev # or npm run dev
-
To build the application:
pnpm build # or yarn build # or npm run build
- Sleep Tracking: Monitor and record users' sleep patterns.
- Token Rewards: Provide token incentives based on sleep quality.
- Privacy-Preserving: Uses zkTLS technology to protect users' sleep data.
- Web3 Integration: Full support for blockchain and crypto wallets.