Skip to content

Commit a6ab922

Browse files
committed
fix: QRNG section
1 parent 8bf7413 commit a6ab922

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/tools/oracles/api3.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -227,18 +227,11 @@ You can read more about dAPIs [here](https://docs.api3.org/guides/dapis/subscrib
227227

228228
## Using API3 QRNG
229229

230-
[API3 QRNG](https://docs.api3.org/explore/qrng/) is a public utility we provide with the courtesy of [Australian National University (ANU)](https://www.anu.edu.au/). It is powered by an Airnode hosted by [ANU Quantum Random Numbers](https://quantumnumbers.anu.edu.au/), meaning that it is a first-party service.
231-
It is served as a public good and is free of charge (apart from the gas costs), and it **provides ‘true’ quantum randomness** via an easy-to-use solution when requiring RNG on-chain.
232-
233-
To request randomness on-chain, the requester submits a request for a random number to `AirnodeRrpV0`. The ANU Airnode gathers the request from the `AirnodeRrpV0` protocol contract, retrieves the random number off-chain, and sends it back to `AirnodeRrpV0`. Once received, it performs a callback to the requester with the random number.
234-
235-
### QRNG getting started
236-
237230
[API3 QRNG](https://docs.api3.org/explore/qrng/) is a public utility we provide with the courtesy of Australian National University (ANU), Quintessence Labs and Quantum Blockchains. It is powered by an Airnode hosted by the QRNG Providers, meaning that it is a first-party service. It is served as a public good and is free of charge (apart from the gas costs), and it provides ‘true’ quantum randomness via an easy-to-use solution when requiring RNG on-chain.
238231

239232
To request randomness on-chain, the requester submits a request for a random number to `AirnodeRrpV0`. The QRNG Airnode gathers the request from the `AirnodeRrpV0` protocol contract, retrieves the random number off-chain, and sends it back to `AirnodeRrpV0`. Once received, it performs a callback to the requester with the random number.
240233

241-
Click here to check out the [AirnodeRrpV0](https://docs.api3.org/reference/qrng/chains.html) and available [QRNG Providers](https://docs.api3.org/reference/qrng/providers.html) on Polygon and Polygon zkEVM.
234+
Click here to check out the [`AirnodeRrpV0` contract addresses](https://docs.api3.org/reference/qrng/chains.html) and available [QRNG Providers](https://docs.api3.org/reference/qrng/providers.html) on Polygon and Polygon zkEVM.
242235

243236
Here is an example of a basic `QrngRequester` that requests a random number:
244237

0 commit comments

Comments
 (0)