https://github.com/agkkkkk/wager-wave
This project demonstrate a decentralized betting / casino game that leverages chainlink VRF 2.5 for randomness.
https://github.com/agkkkkk/wager-wave
chainlink solidity typescript vrf
Last synced: about 2 months ago
JSON representation
This project demonstrate a decentralized betting / casino game that leverages chainlink VRF 2.5 for randomness.
- Host: GitHub
- URL: https://github.com/agkkkkk/wager-wave
- Owner: agkkkkk
- Created: 2024-10-20T03:59:45.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:47:36.000Z (7 months ago)
- Last Synced: 2025-03-17T06:52:07.645Z (2 months ago)
- Topics: chainlink, solidity, typescript, vrf
- Language: Solidity
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WagerWave
This project demonstrates a simple decentralized Casino/betting contracts. It utilizes Chainlink VRF2.5(V2Plus) for Random number generation.
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/WagerWave.ts
```