An open API service indexing awesome lists of open source software.

https://github.com/jarrodwatts/passkeys-gasless-mint


https://github.com/jarrodwatts/passkeys-gasless-mint

Last synced: about 2 months ago
JSON representation

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