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

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.

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
```