A simple tool to reveal turfs and farms mystery boxes
During the recent MOBLAND NFT Sale, 150 turfs and 1250 farms have been sold. 290 more farms have been airdropped to winners, for a total of 1540 farms. This repo manages the reveal of the metadata.
Stage 1
- Set up this repo, with the unshuffled metadata in input/farm-unordered-metadata.csv and input/turf-unordered-metadata.csv
- Chose a future block on the BNB blockchain
- Include the selected block in the file input/blockinfo.json
- Commit and push to GitHub
Stage 2
- When the selected future block is mined, paste its hash in input/blockinfo.json
- Launch
./shuffler.js
to perform the shuffle and will create the results in result/farm-metadata.csv and result/turf-metadata.csv - Commit and push the results to GitHub.
- Import the metadata in the db.
- Refresh the metadata on exchanges.
The chosen block is 24161607. Estimated Target: Fri Dec 23 2022 12:00:56 GMT-0800 (Pacific Standard Time).
When the block is mined this repo will be updated and ready to shuffle the metadata.
When the stage 2 is completed, the results will be in result/farm-metadata.csv
and result/turf-metadata.csv
.
Author: Francesco Sullo
(c) 2022 Superpower Labs Inc.
MIT