Skip to content

Defi-Project-list/pop-coin-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PopCoin Contracts

Crypto Meme Coin Factory

INSTALL

npm install

TEST

hardhat

npx hardhat test
REPORT_GAS=true npx hardhat test

Deploy with Hardhat-Deploy

Deploy

npx hardhat deploy <network> [args...]

Deploy with Hardhat Ignition

Deploy

npx hardhat ignition deploy ./ignition/modules/Lock.ts <network> [args...]

Deploy with Create2

npx hardhat ignition deploy ignition/modules/[module].ts --network [network] --strategy create2

npx hardhat ignition deploy ignition/modules/[module].ts --network [network] --strategy create2 --deployment-id second-deploy

npx hardhat ignition deploy ignition/modules/Lock.ts --network localhost --strategy create2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published