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

https://github.com/unboxed-software/magic-carpets


https://github.com/unboxed-software/magic-carpets

Last synced: about 1 month 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

```
npm install
```

## Testing the contract

```
npm test
```

## Deploying the contract

You can target any network from your Hardhat config using:

```
npx hardhat run --network scripts/deploy.ts
```