Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devadedeji/smart-contract-lottery
A smart contract lottery built with Solidity and hardhat
https://github.com/devadedeji/smart-contract-lottery
Last synced: 2 days ago
JSON representation
A smart contract lottery built with Solidity and hardhat
- Host: GitHub
- URL: https://github.com/devadedeji/smart-contract-lottery
- Owner: DevAdedeji
- Created: 2023-12-27T17:32:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T19:27:14.000Z (12 months ago)
- Last Synced: 2024-11-11T21:38:29.536Z (about 1 month ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```