otint / raffles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBS raffles

This public repository is forked from the PROOF Raffles codebase and contains all necessary data to reproduce the raffles conducted by DBS. All raffles are hence verifiable by anyone.

Structure

The subdirectories contain the lists that we drew from, together with an entropy file that stores the random seed driving the raffles. The entropy is derived from an upcoming block that was announced in advance, rendering us unable to manipulate the drawing.

Reproducing raffles

You can either reproduce the raffles yourself on your local machine or view the output of our workflow.

Install dependencies

go install github.com/divergencetech/ethier/ethier@v0.35.3
export PATH=$PATH:$(go env GOPATH)/bin
which ethier && echo GOOD
which ethier && echo GOOD

Run the script

./raffle.sh

About


Languages

Language:Shell 100.0%