File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
pages/builders/tools/build Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ Every Oracle implementation is customized to fit your needs. Implement one of ou
9999
100100Gelato VRF (Verifiable Random Function) provides trustable randomness on EVM-compatible blockchains. Here's a brief overview:
101101
102- - Contract Deployment: Use GelatoVRFConsumerBase.sol as an interface for requesting random numbers.
103- - Requesting Randomness: Emit the RequestedRandomness event to signal the need for a random number.
104- - Processing: Gelato VRF fetches the random number from Drand.
105- - Delivery: The fulfillRandomness function delivers the random number to the requesting contract.
102+ * Contract Deployment: Use GelatoVRFConsumerBase.sol as an interface for requesting random numbers.
103+ * Requesting Randomness: Emit the RequestedRandomness event to signal the need for a random number.
104+ * Processing: Gelato VRF fetches the random number from Drand.
105+ * Delivery: The fulfillRandomness function delivers the random number to the requesting contract.
106106
107107Ready to integrate? Head over to the [ Gelato VRF Quick Start Guide] ( https://docs.gelato.network/web3-services/vrf/quick-start ) .
108108
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ disabletxpoolgossip
7676Discv
7777discv
7878DIVU
79+ Drand
7980Eigen
8081ENABLEDEPRECATEDPERSONAL
8182enabledeprecatedpersonal
@@ -108,6 +109,7 @@ gascap
108109gaslessly
109110GCMODE
110111gcmode
112+ Gelato
111113gifs
112114GLOBALQUEUE
113115globalqueue
@@ -132,7 +134,6 @@ ignoreprice
132134implicity
133135Inator
134136inator
135- incentivized
136137INFLUXDBV
137138influxdbv
138139initcode
You can’t perform that action at this time.
0 commit comments