Cool project. The Chainlink VRF approach for randomness is smart — that's basically the gold standard for on-chain fairness right now.
One thing I've been thinking about with lottery dapps: the UX gap between "provably fair" and "feels fair" to users. You can verify the math, but most players won't. The real differentiator ends up being transparency of the pot and payout speed.
We took a slightly different angle with cryptoshot.space — more of a jackpot mechanic where the pot grows visibly and the smart contract handles payouts automatically. Similar Ethereum + Sepolia stack. The hardest part wasn't the contract logic, it was making the frontend feel exciting enough that people actually want to participate.
How's the gas cost working out on Sepolia vs what you'd expect on mainnet? That's always the elephant in the room with lottery contracts — the entry fee needs to justify the tx cost.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Cool project. The Chainlink VRF approach for randomness is smart — that's basically the gold standard for on-chain fairness right now.
One thing I've been thinking about with lottery dapps: the UX gap between "provably fair" and "feels fair" to users. You can verify the math, but most players won't. The real differentiator ends up being transparency of the pot and payout speed.
We took a slightly different angle with cryptoshot.space — more of a jackpot mechanic where the pot grows visibly and the smart contract handles payouts automatically. Similar Ethereum + Sepolia stack. The hardest part wasn't the contract logic, it was making the frontend feel exciting enough that people actually want to participate.
How's the gas cost working out on Sepolia vs what you'd expect on mainnet? That's always the elephant in the room with lottery contracts — the entry fee needs to justify the tx cost.