Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweetmantech/zoraprotocolrewardsui
demo using Zora Protocol Rewards
https://github.com/sweetmantech/zoraprotocolrewardsui
Last synced: about 13 hours ago
JSON representation
demo using Zora Protocol Rewards
- Host: GitHub
- URL: https://github.com/sweetmantech/zoraprotocolrewardsui
- Owner: SweetmanTech
- License: mit
- Created: 2023-08-11T18:13:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T19:34:48.000Z (about 1 year ago)
- Last Synced: 2023-08-13T20:36:12.801Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://zora-protocol-rewards-ui.vercel.app
- Size: 314 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.