Skip to content

eludius18lab/Marketplace-OuterRing

Repository files navigation

Hardhat Project Upgradeable

Base repo for Hardhat projects in Typescript

Install the Dependencies and Dotenv

yarn install
yarn install dotenv

Create .env file

DEPLOYER_PRIVATE_KEY1 = ""
RPC_URL = ""

ETHERSCAN_API_KEY = ""
BSCSCAN_API_KEY = ""
POLYGONSCAN_API_KEY = ""

Deploying/Verifying Proxy and Smart Contract

npx hardhat deploy --network <CHAIN> --tags <SMART_CONTRACT>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published