Skip to content

Commit

Permalink
Update docs/02-developers/04-quickstart/hardhat-ignition.md
Browse files Browse the repository at this point in the history
Co-authored-by: Owanate Amachree <[email protected]>
  • Loading branch information
wise4rmgodroot and owans authored Dec 11, 2024
1 parent 80ca332 commit 0710aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-developers/04-quickstart/hardhat-ignition.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide is designed to help you deploy smart contracts on the Rootstock block

While standard [Hardhat guides](/developers/smart-contracts/hardhat/) cover general Rootstock development, this guide specifically showcases how Hardhat Ignition can make deployment more efficient by enabling programmatic and declarative approaches tailored for Rootstock.

Hardhat Ignition simplifies the deployment of smart contracts by allowing you to define, test, and execute deployment plans programmatically. It allows for deploying contracts in a declarative manner, making the process more efficient and manageable.
Hardhat Ignition streamlines smart contract deployment by enabling programmatic definition, testing, and execution of deployment plans. This declarative approach significantly improves efficiency and manageability, making the deployment process smoother and more predictable.

With Ignition, you can easily manage complex deployment workflows, handle dependencies between contracts, and ensure smooth deployment processes.

Expand Down

0 comments on commit 0710aaf

Please sign in to comment.