amv2 / hardhat-skeleton-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The HardHat Skeleton Kit

This kit was created to quickly build and verify hardhat projects without having to copy paste boiler plate code

Install the dependencies

First install the necessary dependencies with:

yarn add --dev @chainlink/contracts @openzeppelin/contracts @nomiclabs/hardhat-ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai dotenv ethereum-waffle ethers hardhat hardhat-deploy hardhat-gas-reporter solidity-coverage

Optional: If required, linters can be installed with:

yarn add --dev eslint solhint prettier prettier-plugin-solidity

About


Languages

Language:JavaScript 90.5%Language:Shell 9.5%