passkeys-gasless-mint

Stars
2

Keyless, gasless NFT minting on Abstract

Mint an NFT for free using passkeys on Abstract.

Local development

  1. Clone the repository
  2. Install dependencies
pnpm install
  1. Create a thirdweb API key and add it to a .env.local file in the root of the project
NEXT_PUBLIC_THIRDWEB_CLIENT_ID=your-thirdweb-client-id
  1. Start the development server
pnpm dev
  1. Open http://localhost:3000 in your browser