Skip to content

Commit

Permalink
added demo if VRF
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlucyy authored Sep 16, 2023
1 parent c5dd093 commit ed9f0c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
VRF.py provides an implementation of a Verifiable Random Function (VRF) to ensure the randomness and fairness of a game. The script contains functions to generate seeds, proofs, and random values, and to verify the outcome of a game.


![Coverage](https://img.shields.io/badge/VRF.py-Coverage:100%25-brightgreen.svg)
![Coverage](https://img.shields.io/badge/VRF.py-Coverage:XX%-brightgreen.svg)


https://github.com/0xlucyy/vrf/assets/109987865/ff5b8fe8-0322-4543-8850-be0025d2054a



# Table of Contents
Expand Down Expand Up @@ -159,4 +163,4 @@ Verification:
## Install
- https://pypi.org/project/vrf/1.0.4/
- `pip install vrf==1.0.4`
- `from vrf_py import new_game, verify`
- `from vrf_py import new_game, verify`

0 comments on commit ed9f0c3

Please sign in to comment.