Skip to content

Hardhat Ignition is a declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.

License

Notifications You must be signed in to change notification settings

tebayoso/hardhat-ignition

 
 

Repository files navigation

hardhat_Ignition_banner npm hardhat


Hardhat Ignition

Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.

Built by the Nomic Foundation for the Ethereum community.

Join the Hardhat Ignition channel of our Hardhat Community Discord server to stay up to date on new releases and tutorials.

Installation

npm install --save-dev @nomicfoundation/hardhat-ignition

Import the plugin in your `hardhat.config.js``:

require("@nomicfoundation/hardhat-ignition");

Or if you are using TypeScript, in your `hardhat.config.ts``:

import "@nomicfoundation/hardhat-ignition";

Documentation

On Hardhat Ignition's website you will find guides for:

Contributing

Contributions are always welcome! Feel free to open any issue or send a pull request.

Go to CONTRIBUTING.md to learn about how to set up Hardhat Ignition's development environment.

Feedback, help and news

Hardhat Ignition on Discord: for questions and feedback.

Follow Hardhat and Nomic Foundation on Twitter.

About

Hardhat Ignition is a declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • HTML 1.5%
  • Solidity 1.2%
  • Other 1.1%