<aside> 💡
If you just want to check the games, you can do so here: https://jsfiddle.net/deca506/yntmah48/3/
</aside>
For our second seed round we populated the game database with 300k games. For this third round seeding we’re going to bump it to 500K games.
We have just seeded our third round of games and this write will walk through the process. Please note, the process has not changed and is the same as seed cycle one and two.
Here are the high level steps of the process we followed to seed our next batch of provably fair games for BlastCrash, games 500,001-1,000,000.
const crypto = require('crypto');
const serverSeed = crypto.randomBytes(32).toString('hex');
console.log(serverSeed);