Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/allwin199/hardhat-raffle


https://github.com/allwin199/hardhat-raffle

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hardhat Smartcontract Lottery (Raffle)

## Quickstart

```
git clone https://github.com/worksofallwin/hardhat-raffle.git
cd hardhat-raffle
yarn
```

# Usage

Deploy:

```
yarn hardhat deploy
```

## Testing

```
yarn hardhat test
```

### Test Coverage

```
yarn hardhat coverage
```

# Thank you!