Hygeia is a seamless, user-friendly platform designed to make health and wellness payments easier and smarter. Built using Next.js, Supabase, and Starknet smart contracts, our app ensures secure, Web3-enabled transactions in a clean and intuitive interface.
- 🔐 User Authentication — Sign in securely with your email or social login.
- 🔗 Wallet Connection — Connect your crypto wallet effortlessly after login.
- 💳 Smart Payments — Make payments easily after connecting your wallet.
- 🌐 Web3 Native — All transactions are processed via Starknet smart contracts.
- 🧘 User-Friendly Interface — Designed for everyone, from beginners to advanced users.
- ⚡ Built with modern tech — Leveraging Next.js for frontend, Supabase for backend, and Starknet for blockchain logic.
- [Next.js] – Frontend framework
- [Supabase] – Auth , data backend and storage
- [Starknet] – Smart contracts for payments
- starknet.js – Wallet connection utilities
-
Sign In
User signs in via Supabase (email, social, or magic link). -
Connect Wallet
After login, user is prompted to connect their Starknet wallet. -
Make a Payment
Once the wallet is connected, the user can proceed to make a payment through the integrated smart contract.
# Clone the repository
git clone https://github.com/KodeckJames/HygeiaStarknet
cd hygeia
# Install dependencies
npm install
# Run the dev server
npm run dev
