From ed9f0c3ba9520a7e7d71a8b04e3ebf1a7b14ceee Mon Sep 17 00:00:00 2001 From: 0xlucy <109987865+0xlucyy@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:54:06 -0700 Subject: [PATCH] added demo if VRF --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 559b0d3..84e0c89 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` \ No newline at end of file +- `from vrf_py import new_game, verify`