Skip to content

A modern Web 3.0 NFT Marketplace where users can browse and mint NFTs. Built with Next JS 12, Tailwind CSS, & Hardhat.

Notifications You must be signed in to change notification settings

jagxman/NFT_Marketplace

Repository files navigation

Cryptohat is a web3 marketplace application where users can list and browse NFTs on the Sepolia Network.

image

Features

  • Sign in using Metamask
  • Browse NFTs on the marketplace
  • Search NFTs on the marketplace you're interested in.
  • Interactions are done on the Smart Contract.
  • View NFT metadata such as the NFT image, name, and detail.
  • List your own NFTs on the marketplace.
  • See your own NFTs on the marketplace you have minted.
  • Dark/Light Mode Functionality

Tech

Cryptohat uses many modern technologies listed below.

  • Next JS
  • Solidity
  • Tailwind CSS
  • Hardhat
  • Ethers
  • IPFS

Installation

Install the dependencies, run your local node, and run the application.

npm install
npx hardhat run scripts/deploy.js --network localhost
npx hardhat node
npm run dev

ENV Variables

To run this application locally, you must start your local node and then start the app.

ENV VALUE
PROJECT_ID Infura API Key
SECRET Infura API Secret
BASE_URL DEDICATED GATEWAY SUBDOMAIN
RPC_URL RPC Gateway

License

MIT

About

A modern Web 3.0 NFT Marketplace where users can browse and mint NFTs. Built with Next JS 12, Tailwind CSS, & Hardhat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published