https://github.com/jarrodwatts/passkeys-gasless-mint
https://github.com/jarrodwatts/passkeys-gasless-mint
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jarrodwatts/passkeys-gasless-mint
- Owner: jarrodwatts
- Created: 2024-09-17T04:43:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T07:51:10.000Z (about 1 year ago)
- Last Synced: 2025-05-30T08:35:48.801Z (6 months ago)
- Language: TypeScript
- Homepage: https://passkeys-gasless-mint.vercel.app
- Size: 918 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyless, gasless NFT minting on Abstract
Mint an NFT for free using passkeys on Abstract.
## Local development
1. Clone the repository
2. Install dependencies
```bash
pnpm install
```
3. Create a [thirdweb API key](https://portal.thirdweb.com/account/api-keys) and add it to a `.env.local` file in the root of the project
```bash
NEXT_PUBLIC_THIRDWEB_CLIENT_ID=your-thirdweb-client-id
```
4. Start the development server
```bash
pnpm dev
```
5. Open [http://localhost:3000](http://localhost:3000) in your browser