Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abhishekjadhav2002/lol-nft-marketplace-contracts
- Owner: AbhishekJadhav2002
- Created: 2023-10-06T12:06:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-26T18:20:24.000Z (over 1 year ago)
- Last Synced: 2024-11-28T06:04:49.114Z (2 months ago)
- Topics: blockchain, chai, contracts, erc20, erc721, exchange, hardhat, marketplace, nft, solidity, testing, token, typescript
- Language: TypeScript
- Homepage: https://lol-nft-marketplace-client.onrender.com/
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LOL NFT Marketplace | Blockchain - Solidity Smart Contracts
![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
```