Skip to content

Commit

Permalink
Merge pull request #3223 from dfinity/oracle-info
Browse files Browse the repository at this point in the history
add: Info about on-chain oracle examples
  • Loading branch information
jessiemongeon1 authored Jul 16, 2024
2 parents 2ed712f + b788978 commit 30ff073
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Canister smart contracts can make a request to a URL using [HTTPS outcalls](http

HTTPS outcalls enable a wide range of applications. For example, oracle services can directly integrate with ICP in a trustless manner, and dapps can provide user notifications or anything else that requires communication with servers on the Internet.

Some examples of on-chain oracle-like services that obtain data from off-chain sources through HTTP outcalls include the [EVM RPC canister](/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/overview), the [exchange rate canister](/docs/current/developer-docs/defi/exchange-rate-canister/) or the [Orally dapp](https://kclew-uiaaa-aaaal-qbuiq-cai.ic0.app/sybil).

## How it works

For detailed information on how it works, please refer to the [HTTPS outcalls - How it works](/docs/current/references/https-outcalls-how-it-works).
Expand Down

0 comments on commit 30ff073

Please sign in to comment.