Skip to content

0xfullStack/seacows-scripts

Repository files navigation

contract-scripts

npx hardhat run --network goerli scripts/callSeacowsInGoerli.ts

npx hardhat run --network sepolia scripts/deploy-and-mint-nfts-sepolia.ts

Install dependencies

npm install

Compile contracts

npx hardhat compile

deploy contracts

fill the privatekey in hardhat.config.js and run:

npx hardhat run scripts/deploy.js  --network rinkeby     
npx hardhat run scripts/deploy.js  --network bsctestnet

verify contracts

npx hardhat verify --network rinkeby DEPLOYED_CONTRACT_ADDRESS "Constructor argument 1" "Constructor argument 2" "Constructor argument 3"

npx hardhat verify --network goerli 0xc0587318CB0F9a7D3A0D87c8B3D98b88842b1449 "TestNFT1" "TNT" "https://qwwmcigsm5wm4l5kerdjirdqx4bgu5req3hjrdospmrztja3au.arweave.net/hazBINJnbM_4vqiRGlERwvwJqdiSGzpiN0nsjmaQbBY/" --contract contracts/dummy_seacows_test_nft1.sol:TestNFT1

npx hardhat verify --network goerli 0x228342675631d1C67FaDed898187c4D2029A0c4e "TestNFT2" "TNT" "https://qwwmcigsm5wm4l5kerdjirdqx4bgu5req3hjrdospmrztja3au.arweave.net/hazBINJnbM_4vqiRGlERwvwJqdiSGzpiN0nsjmaQbBY/" --contract contracts/dummy_seacows_test_nft2.sol:TestNFT2

npx hardhat verify --network goerli 0x3d7081E059940d7B92e2740FC4FAA9d1B8f5a2c0 "TestNFT3" "TNT" "https://qwwmcigsm5wm4l5kerdjirdqx4bgu5req3hjrdospmrztja3au.arweave.net/hazBINJnbM_4vqiRGlERwvwJqdiSGzpiN0nsjmaQbBY/" --contract contracts/dummy_seacows_test_nft3.sol:TestNFT3

npx hardhat verify --network goerli 0x5E88E92951180aF4B1a74F8598fCB3b313967Aa4 "TestNFT4" "TNT" "https://qwwmcigsm5wm4l5kerdjirdqx4bgu5req3hjrdospmrztja3au.arweave.net/hazBINJnbM_4vqiRGlERwvwJqdiSGzpiN0nsjmaQbBY/" --contract contracts/dummy_seacows_test_nft4.sol:TestNFT4

npx hardhat verify --network goerli 0x1fDf5d1793709eD4eFE1459c890aBe811FD7f6d6 "TestNFT5" "TNT" "https://qwwmcigsm5wm4l5kerdjirdqx4bgu5req3hjrdospmrztja3au.arweave.net/hazBINJnbM_4vqiRGlERwvwJqdiSGzpiN0nsjmaQbBY/" --contract contracts/dummy_seacows_test_nft5.sol:TestNFT5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published