Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Adding Gelato's VRF services to the oracle docs (#1066)
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Brickwood <[email protected]>
  • Loading branch information
arose00 and dutterbutter authored May 9, 2024
1 parent c7ac4e4 commit 4b80601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cspell-zksync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,5 @@ Aave
// testing ci
Omnibtc
Owlto
Gelato
VRFs
4 changes: 4 additions & 0 deletions docs/build/tooling/oracles.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Welcome to the Oracles page, a comprehensive hub dedicated to interacting with o

[Pythnet](https://docs.pyth.network/price-feeds) price feeds use a "pull" price update model, where users are responsible for posting price updates on-chain when needed. Checkout the usage guide to get started today!

### Gelato

[Gelato](https://docs.gelato.network/web3-services/vrf/understanding-vrf) provides access to Verifiable Random Functions (VRF) on zkSync. VRFs are cryptographic primitives that generate pseudorandom numbers in a way that is provably secure and verifiable. A VRF allows a holder of a private key to produce a random number along with a proof that the number was generated legitimately (making it publically verifable). More information, including how to use VRFs in your dApp, can be found in the Gelato docs.

### Usage guides

- [RedStone](../tutorials/tooling-guides/redstone.md)
Expand Down

0 comments on commit 4b80601

Please sign in to comment.