Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 3.3 KB

chainlink-oracles.md

File metadata and controls

38 lines (23 loc) · 3.3 KB

Chainlink Oracles

What is Chainlink?

Chainlink Oracles are decentralized services that securely connect smart contracts to real-world data, events, and computations. By bridging the gap between blockchain applications and off-chain environments, Chainlink Oracles empowers developers to build advanced, feature-rich decentralized applications (dApps) across various industries.

PRICE FEEDhttps://docs.chain.link/data-feeds/price-feeds/addresses/?network=hedera&amp%3Bpage=1&page=1
DEMO GITHUB REPOhttps://github.com/hedera-dev/hedera-example-chainlink-price-feeds
CHAINLINK DOCShttps://docs.chain.link/data-feeds/price-feeds/addresses?network=hedera&page=1

Getting Started with Chainlink Oracles on Hedera

To integrate Chainlink Oracles into your Hedera-based dApp, you can start with a ready-to-use Gitpod demonstrating how to get Chainlink price feeds on Hedera using the Chainlink Price Feeds Adapter.

Try It in Gitpod

Open in Gitpod

  1. Enter your Hedera testnet credentials in the .env file

  2. Run the test to get the latest prices for all the price feeds:

    npx hardhat test

    alt text


References

{% hint style="info" %} Have questions? Join the Hedera Discord and post them in the developer-general channel or ask on Stack Overflow. {% endhint %}