Ebay Marketplace is a Web3 marketplace of the Metaverse which is powered by ThirdWeb. You can purchase and sell your own NFTs and the cool part is - you can create an auction of your NFTs. It even has Live Search Functionality in the Home Screen.
Next.js is a React Production Framework which gives the best developer experience with all the features for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
Execute create-next-app
with npm or Yarn to bootstrap the example with a pre-configured starter template of NextJs App with TailwindCSS:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
Run your build process with npm run dev
or whatever command is configured in your package.json
file.
npm run dev
Open or create a .env
file then edit add this setting
NEXT_PUBLIC_MARKETPLACE_CONTRACT=key_goes_here
NEXT_PUBLIC_COLLECTION_CONTRACT=key_goes_here
👤 Divyam Agarwal
- Website: https://divyamag.vercel.app/
- Github: @Divyam2600
Give a ⭐️ if this project helped you!