- Copy
.env.dev
to.env
- Update the
RPC_ENDPOINT
andSECRET
value in.env
file
- Run
$npx hardhat run scripts/deploy.js --network ropsten
- Update
NFT_MARKET_ADDRESS
andNFT_ADDRESS
value in.env
file with the value response from the above command
- Run
npx hardhat verify --network ropsten {{CONTRACT_ADDRESS}} "{{PARAMETERS}}"
- Run
$npx hardhat run scripts/upgrade.js --network ropsten
- Run
make build-cli
- Run
./nftmarket totalSell
to get total sell amount of the nft market. - Run
./nftmarket listingPrice
to get the price for listing an nft in the market.