This repo shows how to create and mint erc721 tokens on the zora / base / optimism / ethereum networks, with protocol rewards.
First, install packages with
yarn
yarn
Next, copy the .env.local
file to .env
and fill in:
- NEXT_PUBLIC_ALCHEMY_API_KEY=
Finally, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.