Skip to content

A simple starter kit for building Non-Fungible Token (NFT) marketplaces on the Zora protocol using Next.js, The Graph and Tailwind.

Notifications You must be signed in to change notification settings

jordanoverbye/react-zora-starter-kit

Repository files navigation

Zora + React Starter Kit

A simple starter kit for building Non-Fungible Token (NFT) marketplaces on the Zora protocol using Next.js, The Graph and Tailwind.

A live demo has been deployed to Vercel, and can viewed here.

Getting Started

  1. Clone the repository
git clone https://github.com/jordanoverbye/react-zora-starter-kit
  1. Install dependencies
cd react-zora-starter-kit
yarn install # or npm install
  1. Setup environment variables
cp .env.sample .env.local

Now go into .env and set your variables. Please note: This starter-kit uses Cloudinary for uploading files, but this could be swapped out for any file hosting provider, such as IPFS.

  1. Start the development server
yarn dev # or npm run dev

Disclaimer

This was built during the 2021 Eth Global NFT Hackathon. I am totally new to Web3/Eth development so some features are not working as expected, and parts of the code could definitely be improved.

PRs are welcome ❤️

About

A simple starter kit for building Non-Fungible Token (NFT) marketplaces on the Zora protocol using Next.js, The Graph and Tailwind.

Resources

Stars

Watchers

Forks

Packages

No packages published