AbhishekJadhav2002 / LOL-nft-marketplace-contracts

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

Home Page:https://lol-nft-marketplace-client.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://lol-nft-marketplace-client.onrender.com/


Languages

Language:TypeScript 97.0%Language:Solidity 3.0%Language:JavaScript 0.1%