Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sweetmantech/pwa-magic
- Owner: SweetmanTech
- License: mit
- Created: 2023-08-27T01:59:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T14:40:45.000Z (about 1 year ago)
- Last Synced: 2023-08-27T14:55:40.018Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://pwa-privy.vercel.app
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.