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

https://github.com/daniel1302/ethereum-contracts-workspace


https://github.com/daniel1302/ethereum-contracts-workspace

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Hardhat workspace

## Setup

```
cp .env.example .env
```

## Commands

```
1. npx hardhat compile
2. npx hardhat run scripts/deploy_xxx.js
3. npx hardhat verify CONTRACT_ADDRESS [PARAMS]
```