@typechain/hardhat

v1.0.1
Zero-config TypeChain support for Hardhat
TypeScript hardhat plugin typechain ethereum bindings smartcontract blockchain

format

prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check "./**/*.ts"

format:fix

prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write "./**/*.ts"

lint

eslint --ext .ts src test

lint:fix

yarn lint --fix

typecheck

tsc --noEmit --incremental false --composite false

clean

rm -rf dist && rm -f tsconfig.build.tsbuildinfo

test

mocha --config ../../.mocharc.js

test:fix

yarn lint:fix && yarn format:fix && yarn test && yarn typecheck
npm i @typechain/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/8/2021

Downloads