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.
- Clone the repository
git clone https://github.com/jordanoverbye/react-zora-starter-kit
- Install dependencies
cd react-zora-starter-kit
yarn install # or npm install
- 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.
- Start the development server
yarn dev # or npm run dev
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 ❤️