Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohitscript/erc20testcasehardhat


https://github.com/rohitscript/erc20testcasehardhat

Last synced: about 2 months ago
JSON representation

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 ```