ducksblock / eth-dubai-project

A NFT dApp built using Next.js, TailwindCSS, ERC1155, and deployed on Polygon

Home Page:https://l2-nft.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L2 NFT dApp

This project is a submission for ETHDubai 2024 Hackathon 🇦🇪

Built using Next.js, Thirdweb SDK, ERC1155 Contract, and deployed on Polygon

Project Screenshot

eth-dubai-project

How to Run

  1. Install dependencies
npm i
yarn
  1. Run the project in dev
npm run dev
yarn dev
  1. Run the project in prod
npm run build
npm run start

yarn build
yarn start

The server will start at http://localhost:3000.

About

A NFT dApp built using Next.js, TailwindCSS, ERC1155, and deployed on Polygon

https://l2-nft.up.railway.app/


Languages

Language:TypeScript 85.2%Language:CSS 10.8%Language:JavaScript 4.0%