We are glad to announce that all games on EOS.Win are open source, including Dice, Lottery, BLACKJACK and Jackpot. We wish we can contribute to the development of EOS ecosystem.
As we emphasized before, EOS.Win doesn't have local servers and all the random numbers are purely generated by blockchain.
For contracts deploying each time in the future, we will update the contract.
- Synchronize the codes verification on EOSPark.
- Synchronize the codes on Github.
$ sha256sum dice.wasm
$ db7174b9bf28874c7e30d3b3e4aade0ce96779d582ad5a9cdf98727134a529be dice.wasm
You can verify consistency between local hash and on-chain hash.
$ cleos push action eosluckydice verify '["your_receipt_seed"]' -p youraccount
$ cleos push action eosluckydice luckreceipt '["your_receipt_seed"]' -p youraccount
These implements also can be done on bloks.