Hello Humanity is a simple Next.js integration showcasing off-chain identity verification using the Humanity Protocol API. This project demonstrates how to interface with Humanity's API for verification logic in a modern web app.
- Next.js 14
- React 18
- Tailwind CSS
- TypeScript
- React Query
- Humanity Protocol API (off-chain identity verification)
git clone git@github.com:your-username/hello-humanity.git
cd hello-humanity
npm install
# or
yarn install
npm run dev
# or
yarn dev
Visit http://localhost:3000 in your browser to see the app.