Skip to content

Latest commit

 

History

History
60 lines (59 loc) · 2.22 KB

contracts-nonevm.md

File metadata and controls

60 lines (59 loc) · 2.22 KB
layout section title date permalink
nodes.liquid
nonEvm
Chainlink Documentation (Non-EVM)
Last Modified
/non-evm/

Chainlink turns your smart contracts into hybrid smart contracts, giving them access to real-world data and services.

Chainlink services are now available on networks outside of the Ethereum EVM ecosystem. These services run natively on their respective networks and have no dependencies on other blockchains.

Use Data Feeds on Solana

Solana is a high-throughput blockchain. You can use Chainlink Data Feeds on the Solana network to connect your smart contracts to the real-world market prices of assets.

Data feeds on Solana

Use Data Feeds on Terra

Terra is an application-specific blockchain built on the Cosmos SDK and Tendermint consensus. You can use Chainlink Data Feeds on the Terra network to connect your smart contracts to the real-world market prices of assets.

Data feeds on Terra

New to Smart Contracts?

Start with the Ethereum network and build your first smart contract connected to off-chain data in our Beginner's Walkthrough.

Start Building