This repository contains some smart contracts ( GhafNFt , GhafNFT MarketPlace )
Try running some of the following tasks:
To start, clone the codes and install the needed packages using:
yarn
If you only want to compile the codes enter the below command:
yarn clean
yarn build
To deploy and verify contract on mumbai:
yarn deploy:mumbai
You can also run the full test suite with the following command:
npx hardhat test
Other :
npx hardhat help
Contracts :
Ghaf NFT Contract Address : 0xF4813F4Ca6A094f43b4Ab9C4CA4ee7FAaB7302Cd
NFT MarketPlace (Simple)
Ghaf Simple NFT MarketPlace Contract Address : 0x9471a8FdA92159575095ebA719e850E01d78fd6D
Upgradeable NFT MarketPlace ( Auction and Byu Now)
Ghaf MarketPlace Logic Address : 0xd66278Aebaf82437EaD618A3AE759831cB7942B8
Ghaf MarketPlace Proxy Address : 0x413Ae0CF8b3658f0f18d8952bE7E15C244A973d3
Ghaf MarketPlace Lib Address : 0xaDFdD6C21aBDeaA29Bb46B1731143fa0CeAE3705