Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 842 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 842 Bytes

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