@nomicfoundation/hardhat-ignition

v0.11.1
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 Ignit
ethereum smart-contracts hardhat blockchain dapps tooling solidity deployment

lint

npm run prettier -- --check && npm run eslint

test

mocha --recursive "test/**/*.ts"

build

tsc --build

clean

rimraf .nyc_output coverage dist tsconfig.tsbuildinfo ./test/fixture-projects/**/deployments

eslint

eslint "src/**/*.{ts,tsx}" "test/**/*.{ts,tsx}"

prepack

npm run build

lint:fix

npm run prettier -- --write && npm run eslint -- --fix

prettier

prettier "**/*.{js,ts,md,json}"

test:build

tsc --project ./test/

test:debug

DEBUG='hardhat-ignition:*,ignition:*' npm run test

test:coverage

nyc mocha "test/**/*.ts"
npm i @nomicfoundation/[email protected]

Metadata

  • MIT
  • Whatever
  • Nomic Foundation
  • released 10/30/2023

Downloads