A 100% open-source, client-side lottery verification tool using Provably Fair bcrypt technology.
- β Cryptographic Verification - Uses bcrypt algorithm to verify lottery fairness
- π 100% Client-Side - All verification happens in your browser
- π« Zero Server Communication - Complete privacy, no data sent anywhere
- π Open Source & Auditable - Every line of code is transparent
- π Offline Capable - Works without internet after initial load
- π― URL Parameters Support - Share verification links easily
Simply open index.html in any modern web browser. No installation or build process required!
Visit: https://tokenlottery.github.io/Verifier/
- Download
index.html - Open it in your browser
- Works completely offline!
- Before Draw: Lottery publishes a bcrypt commit hash
- After Draw: Server seed is revealed
- Verification: Anyone can verify
bcrypt(serverSeed) === commitHash
- Single HTML File - Everything in one file for maximum portability
- No Dependencies - Bcrypt library loaded from CDN (with fallbacks)
- Responsive Design - Works on desktop, tablet, and mobile
- Accessibility - ARIA labels and keyboard navigation support
- No Tracking - Zero analytics or cookies
- No External Calls - After library loads, works completely offline
- Auditable Code - Press
Ctrl+Uto view source anytime - Open Source - View on GitHub
For detailed usage instructions, open the tool and click "How It Works".
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this tool useful, please consider:
- β Starring this repository
- π Reporting issues
- π Contributing improvements
Made with β€οΈ for transparency and fairness