Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allwin199/hardhat-raffle
https://github.com/allwin199/hardhat-raffle
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allwin199/hardhat-raffle
- Owner: allwin199
- Created: 2023-05-19T11:38:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T08:13:44.000Z (over 1 year ago)
- Last Synced: 2024-05-29T17:23:44.487Z (6 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!