Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRovder authored Jul 8, 2018
1 parent 97e6f7e commit 93569b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ git clone https://github.com/bethereumproject/lottery
Navigate into the repository and run the following command with the correct seed generated by our smart contract:

```
python lottery.py <seed> | md5sum
python lottery.py 24720320868029256831056980548599233276942548680731582133364369473456750647913 > winners.json
```

The output should be: `Unknown Yet`
The winners.json file should now contain the results of the lottery. To check that your generated result matches ours, simply run:

```
cat winners.json | md5sum
```

The output should be: `0773e8c356e4575581363544e8f56018`

0 comments on commit 93569b4

Please sign in to comment.