Skip to content

Maswasnos1/RandomWalkNftContracts

 
 

Repository files navigation

Deploying on Rinkeby

npx hardhat run scripts/deployNFT.js --network rinkeby npx hardhat run scripts/deployMarket.js --network rinkeby

Verify NFT:

npx hardhat verify --network rinkeby --constructor-args etherscan/arguments_nft.js NFT_CONTRACT_ADDRESS

Verify NFTMarket contracts

npx hardhat verify --network rinkeby --constructor-args etherscan/arguments_nftmarket.js NFTMARKET_ADDRESS

Test:

npx hardhat test

Deploy to Rinkeby Arbitrum:

npx hardhat run scripts/deployNFT.js --network rinkarby npx hardhat run scripts/deployMarket.js --network rinkarby

Deploy ot Arbitrum:

npx hardhat run scripts/deployNFT.js --network arbitrum npx hardhat run scripts/deployMarket.js --network arbitrum

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 43.9%
  • JavaScript 35.9%
  • Python 20.2%