Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LearnWeb3DAO/NFT-Collection
/ deploy.js
File
deploy.js
hardhat-tutorial/scripts/deploy.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ ethers } = require(
"hardhat"
);
2
require(
"dotenv"
).config({ path:
".env"
});
3
const
{ WHITELIST_CONTRACT_ADDRESS, METADATA_URL } = require(
"../constants"
);
4
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected