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

https://github.com/ericglau/hardhat-ts


https://github.com/ericglau/hardhat-ts

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a contract generated by [OpenZeppelin Wizard](https://wizard.openzeppelin.com/), a test for that contract, and a script that deploys that contract.

## Installing dependencies

```shell
npm install
```

## Testing the contract

```shell
npm test
```

## Deploying the contract

You can target any network from your Hardhat config using:

```shell
npx hardhat run --network scripts/deploy.js
```