Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.17 KB

nftmarketplace

An NFT Marketplace using ERC-1155

Getting Started 🚀

Pre-requisites 📋

You need to have installed nodejs

See Hardhat setup enviroment tutorial

Installation 🔧

First you need to clone this repository

git clone https://github.com/rafius97/nftmarketplace/

Make sure you are in the right folder

cd nftmarketplace/

Next, you must to install the dependencies

npm i

Compiling 🗃️

npm run compile

Running tests ⚙️

Run the tests to verify the swapping logic and upgradeability

In order to test using a mainnet fork you must set ALCHEMY_MAIN_API_KEY in your .env file

npm run test

Deployment 📦

Built with 🛠️

Author ✒️

License 📄

This project is under the MIT License - look up the file LICENSE.md for more details.