- 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
Clone the repository and then install the dependencies.
1. npm i
2. npm run dev or yarn dev