Skip to content

Kay-79/hardhat-deploy

Repository files navigation

HARDHAT-DEPLOY

This is a simple hardhat deploy script that deploys a simple contract to network.

Installation

git clone https://github.com/Kay-79/hardhat-deploy.git
cd hardhat-deploy
npm install

Usage

Compile contracts

make compile

Deploy to network

Using deploy

  • Fill your constructorArguments in deploy.js
    make deploy

Using deploy2

  • Fill your constructorArguments in deploy.js
    make deploy2

Using deployX

  • Use createXcrunch to generate the salt and address
  • Fill your constructorArguments, salt and address in deployX.js
    make deployX

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published