@nomicfoundation/hardhat-ignition

v0.15.3
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

pnpm prettier --check && pnpm eslint

test

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

build

tsc --build

clean

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

eslint

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

lint:fix

pnpm prettier --write && pnpm eslint --fix

prettier

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

test:build

tsc --project ./test/

test:debug

DEBUG='hardhat-ignition:*,ignition:*' pnpm test

test:coverage

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

Metadata

  • MIT
  • Whatever
  • Nomic Foundation
  • released 5/10/2024

Downloads