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.
- Host: GitHub
- URL: https://github.com/rohitroy-github/npm-hardhat-ethers-stable-setup
- Owner: rohitroy-github
- Created: 2023-07-28T03:04:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T20:10:23.000Z (about 1 year ago)
- Last Synced: 2025-02-12T11:53:31.908Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.