An open API service indexing awesome lists of open source software.

https://github.com/rohitroy-github/npm-hardhat-ethers-stable-setup

This is a stable setup for npm/hardhat/ethers projects.
https://github.com/rohitroy-github/npm-hardhat-ethers-stable-setup

Last synced: 3 months ago
JSON representation

This is a stable setup for npm/hardhat/ethers projects.

Awesome Lists containing this project

README

        

Stable Hardhat + EthersJS Setup

This is a stable setup for the Hardhat development environment which can be used in blockchain / backend folders for React / Vite / Next projects.

Dependencies Integrated :



  • @nomiclabs/hardhat-ethers: ^2.0.4


  • @nomiclabs/hardhat-etherscan: ^3.0.0


  • @nomiclabs/hardhat-waffle: ^2.0.2


  • chai: ^4.3.4


  • ethereum-waffle: ^3.4.0


  • ethers: ^5.5.3


  • hardhat: ^2.8.3


  • hardhat-gas-reporter: ^1.0.7


  • solidity-coverage: ^0.7.18


  • dotenv: ^14.2.0

Blockchain Networks Integrated :


  • Sepolia Testnet

  • Localhost [ Hardhat ]

  • Polygon Amoy Testnet

  • Morph Testnet

Guide for testing on local hardhat network :

Environment variables :


  • Create a new .env file taking reference from .env.example file inside the same.

This is a helper project file for quick initialization of my preffered Hardhat development environment.