This is a simple hardhat deploy script that deploys a simple contract to network.
git clone https://github.com/Kay-79/hardhat-deploy.git
cd hardhat-deploy
npm install
make compile
- Fill your constructorArguments in
deploy.js
make deploy
- Fill your constructorArguments in
deploy.js
make deploy2
- Use createXcrunch to generate the salt and address
- Fill your constructorArguments, salt and address in
deployX.js
make deployX