Skip to content

NFT Marketplace Smart Contracts with hardhat. Minting, Listing, Buying NFTs and exchanging with ERC20 token in marketplace.

Notifications You must be signed in to change notification settings

AbhishekJadhav2002/LOL-nft-marketplace-contracts

Repository files navigation

LOL NFT Marketplace | Blockchain - Solidity Smart Contracts

Solidity TypeScript


coverage

Prerequisites

  • Git
  • NodeJs
  • npm

Getting Started

  • Install dependencies
npm install

Run Tests

npm run test

Generate Coverage Report

npm run coverage

Deploy to Localhost

npm run deploy

Deploy to Mainnet and Testnet

# Sepolia Testnet
npm run deploy:sepolia
# Ethereum Mainnet
npm run deploy:mainnet