Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 732 Bytes

Opensea Clone

  • Built the UI using Next.js and Tailwind CSS.
  • Implemented the Authentication with Metamask.
  • Built a home and collections Page.
  • We can list NFTs for sale on Blockchain from the ThirdWeb.
  • All the data for this collection is coming from the Sanity database.
  • Anyone can buy the NFT using their wallet like MetaMask and do a real transaction.
  • The sold NFTs are not further listed for sales.
  • Project is Deployed on Vercel

To run on Local System

Clone the repository and then install the dependencies.

1. npm i

2. npm run dev or yarn dev