https://github.com/love-luca/jackpot
Fully on-chain Jackpot Game built with smart contracts. Fair, transparent, and provably random. Great for crypto casinos, Web3 games, and Solana/EVM dApps.
https://github.com/love-luca/jackpot
casino ethereum gambling jackpot provably-fair randomness rust solana solidity
Last synced: 6 months ago
JSON representation
Fully on-chain Jackpot Game built with smart contracts. Fair, transparent, and provably random. Great for crypto casinos, Web3 games, and Solana/EVM dApps.
- Host: GitHub
- URL: https://github.com/love-luca/jackpot
- Owner: love-luca
- Created: 2025-04-06T06:31:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T06:39:24.000Z (6 months ago)
- Last Synced: 2025-04-09T22:17:32.301Z (6 months ago)
- Topics: casino, ethereum, gambling, jackpot, provably-fair, randomness, rust, solana, solidity
- Language: TypeScript
- Homepage:
- Size: 5.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jackpot Game – On-Chain Gambling DApp (Solana / EVM Compatible)
A provably fair and fully on-chain **Jackpot Game** smart contract with frontend integration. Players deposit tokens, and once the pot fills, a winner is randomly selected to win the jackpot. Built for fun, transparency, and fast blockchain games.
---
## Features
- **Decentralized Jackpot Game Logic**
- **Multi-token support** (SOL, ETH, SPL, ERC-20, etc.)
- **Provably fair winner selection**
- Built with **Anchor (Solana)** or **Hardhat (EVM)**
- Fully tested smart contract & frontend integration
- Real-time updates with WebSockets or event listeners---
## 🛠 Tech Stack
- **Solana + Anchor** or **Ethereum + Hardhat**
- **Rust / Solidity**
- **React / Next.js Frontend**
- **Web3.js / Ethers.js**
- **TypeScript**
- Optional: Chainlink VRF, Switchboard, or custom randomness---
## Security Notes
This project is intended as a proof of concept. Before deploying to mainnet:- Use secure randomness (Chainlink/Switchboard)
- Audit the smart contract logic
- Add anti-bot and rate limiting protections