Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ProbeRaffle

On-chain raffle system with blockhash-based randomness on ProbeChain Rydberg Testnet.

Features

  • Create raffles with configurable ticket price and max tickets
  • Buy tickets with PROBE
  • Draw winner using blockhash randomness
  • Cancel raffles with no tickets sold
  • Platform fee collection

Setup

npm install
cp .env.example .env
npx hardhat compile
npm run deploy

Network