Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sweetmantech/pwa-magic

onchain tech starter pack
https://github.com/sweetmantech/pwa-magic

Last synced: about 13 hours ago
JSON representation

onchain tech starter pack

Awesome Lists containing this project

README

        

# Zora Protocol Rewards Contract Creator

This repo shows how to create and mint erc721 tokens on the zora / base / optimism / ethereum networks, with protocol rewards.

[Try it out](https://zora-protocol-rewards-ui.vercel.app/)

## Getting Started

First, install packages with

yarn

```bash
yarn
```

Next, copy the `.env.local` file to `.env` and fill in:

- NEXT_PUBLIC_ALCHEMY_API_KEY=

Finally, run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.