Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitscript/erc20testcasehardhat
https://github.com/rohitscript/erc20testcasehardhat
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitscript/erc20testcasehardhat
- Owner: rohitscript
- Created: 2023-08-11T06:17:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T06:17:39.000Z (over 1 year ago)
- Last Synced: 2024-08-12T08:14:39.394Z (5 months ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HardhatTutorial
``` npm init --yes ```
``` npm i hardhat ```
``` npx hardhat ```
``` npm i @nomiclabs/hardhat-ethers ethers @nomiclabs/hardhat-waffle ethereum-waffle chai ```
``` cd .\contracts\ ```
``` npx hardhat compile ```
```npx hardhat test ```
``` npx hardhat run scripts/deploy.js ```
``` npx hardhat node ```