Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhishekjadhav2002/lol-nft-marketplace-contracts

NFT Marketplace Smart Contracts with hardhat. Minting, Listing, Buying NFTs and exchanging with ERC20 token in marketplace.
https://github.com/abhishekjadhav2002/lol-nft-marketplace-contracts

blockchain chai contracts erc20 erc721 exchange hardhat marketplace nft solidity testing token typescript

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# LOL NFT Marketplace | Blockchain - Solidity Smart Contracts

Solidity TypeScript


![coverage](https://badgen.net/static/Coverage/80%25/green)

## Prerequisites

- Git
- NodeJs
- npm

## Getting Started

- Install dependencies

```sh
npm install
```

### Run Tests

```sh
npm run test
```

### Generate Coverage Report

```sh
npm run coverage
```

### Deploy to Localhost

```sh
npm run deploy
```

### Deploy to Mainnet and Testnet

```sh
# Sepolia Testnet
npm run deploy:sepolia
```

```sh
# Ethereum Mainnet
npm run deploy:mainnet
```