Skip to content

gamersenft/Lfg-contracts

Repository files navigation

Lfg-contracts

LFGNFT

The LFG NFT contract.

SAMContract

The SAM(Social Aggregator Marketplace) contract. Support add NFT to marketplace for sale or auction. The auction support normal auction and dutch auction.

Environment Setup

please check nodejs version by node -v and update it to 16.14.0

install yarn: npm install yarn -g

install hardhat: npm install --save-dev hardhat

add env MUMBAI_PRIVKEY: export MUMBAI_PRIVKEY="xxxxxxxxxxx"

Complile the contract npx hardhat compile