An NFT Marketplace using ERC-1155
You need to have installed nodejs
See Hardhat setup enviroment tutorial
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
npm run compile
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
- Rafael Romero - rafius97
This project is under the MIT License - look up the file LICENSE.md for more details.