This Demo app is designed to demonstrate a how Lit Protocol enables developers and users to Mint PKP using just their Google account. This project is part of the open source initiative at Hype DevRel, where we explore new technologies, create demo apps, and identify the best web3 tools. Our educational materials guide developers on how to start building with these tools.
If you're looking to test out the App and Mint your own PKP, you can find the deployed version here: LitAuth
Before running the project, ensure you have Node.js installed. Clone the repository and install dependencies:
git clone https://github.com/Hype-DevRel/litauth.git
cd litauth
npm install
npm run dev
# Alternatively, you can use yarn, pnpm, or bun
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying pages/page.tsx. The page auto-updates as you edit the file. the main functions are inside utils/utils.ts and if you want to learn more about how each of those functions works please read the article here or watch the video here.
Lit Protocol Documentation - Explore how Lit Protocol works and its capabilities.
We took a look at this project to understand a few things about lit javascript SDK
Your feedback and contributions are welcome! Please let us know what you'd like us to improve or what you want us to build next.
This project is open source and available under the MIT License.