Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 643 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 643 Bytes

Introdution

This is a submission for Casper Challenge: Casper Game Oracle

casper-game-oracle

Build a Useful, Accurate, and Secure Oracle for Casper Game Development

Challenge Description

Create an oracle that game developers can implement to reliably and securely query data from outside the Casper Network. Examples are verifiable random number generators and keeper bots. Think of data relevant to game functionality.

Proposed solution

Oracle implementation of a VRF (verifiable random function) and keeper bots.

Documentation

introduction