@@ -24,36 +24,58 @@ const formattedContentTitle = `${CONFIG.PAGE.titleFallback} | ${CONFIG.SITE.titl
2424 <TryItOut
2525 accordionTabs ={ [
2626 {
27- title: " Transfer Tokens Between Chains" ,
28- text: " Use Chainlink CCIP to transfer tokens from a smart contract to an account on a different blockchain." ,
29- codeSampleSrc: " /samples/ChainlinkFunctions/FunctionsConsumerDecoder.sol" ,
27+ title: " Build an Orchestrated Workflow" ,
28+ text: " Use Chainlink CRE to build, test, and deploy advanced workflows for institutional-grade smart contracts without needing to manage new infrastructure or complex onchain logic." ,
29+ codeSampleSrc: " /samples/CRE/basic-functionality.ts" ,
30+ ctas: [
31+ { text: " Get started with CRE" , href: " /cre/getting-started/overview" , variant: " primary" },
32+ { text: " Create CRE account" , href: " https://cre.chain.link/signup" , variant: " secondary" },
33+ ],
3034 },
3135 {
32- title: " Leverage MVR feeds" ,
33- text: " Use Multiple-Variable Response (MVR) feeds data in your consumer contracts on EVM chains using Solidity." ,
34- codeSampleSrc: " /samples/ChainlinkFunctions/AutomatedFunctionsConsumerExample.sol" ,
36+ title: " Transfer Tokens Between Chains" ,
37+ text: " Use Chainlink CCIP to transfer CCIP-BnM tokens from a contract on Avalanche Fuji to an account on Ethereum Sepolia" ,
38+ codeSampleSrc: " /samples/CCIP/TokenTransferor.sol" ,
39+ ctas: [
40+ {
41+ text: " Open in Remix" ,
42+ href: " https://remix.ethereum.org/#url=https://docs.chain.link/samples/CCIP/TokenTransferor.sol&autoCompile=true" ,
43+ variant: " primary" ,
44+ },
45+ { text: " Read Tutorial" , href: " /ccip/tutorials/evm/transfer-tokens-from-contract" , variant: " secondary" },
46+ ],
3547 },
3648 {
37- title: " Fetch and Decode Real World Asset Streams" ,
38- text: " Use the Data Streams SDK for Go/Rust to fetch and decode reports from the Data Streams Aggregation Network." ,
39- codeSampleSrc: " /samples/ChainlinkFunctions/GettingStartedFunctionsConsumer.sol" ,
49+ title: " Recapture Oracle Extractable Value" ,
50+ text: " Use Chainlink Smart Value Recapture (SVR) Feeds to backrun new prices with liquidation transactions and compete for profit." ,
51+ codeSampleSrc: " /samples/DataFeeds/SVR/import-aggregatorV3.sol" ,
52+ ctas: [
53+ { text: " Integrate SVR Feeds" , href: " /data-feeds/svr-feeds" , variant: " primary" },
54+ {
55+ text: " Find SVR-enabled Feeds" ,
56+ href: " /data-feeds/price-feeds/addresses" ,
57+ variant: " secondary" ,
58+ },
59+ ],
4060 },
4161 {
42- title: " Automate your Functions" ,
43- text: " Use Chainlink Automation to trigger the same functions regularly, such as fetching weather data daily or fetching an asset price on every block." ,
44- codeSampleSrc: " /samples/ChainlinkFunctions/AutomatedFunctionsConsumerExample.sol" ,
62+ title: " Access Real-Time Data for Traditional Financial Markets" ,
63+ text: " Use the Data Streams SDK in TypeScript/Go/Rust to fetch and decode reports from the Data Streams Aggregation Network." ,
64+ codeSampleSrc: " /samples/DataStreams/FetchSingleStream.ts" ,
65+ ctas: [
66+ {
67+ text: " Download the SDK" ,
68+ href: " https://github.com/smartcontractkit/data-streams-sdk" ,
69+ variant: " primary" ,
70+ },
71+ { text: " Read Tutorial" , href: " /data-streams/tutorials/ts-sdk-fetch" , variant: " secondary" },
72+ ],
4573 },
4674 ]}
47- ctas ={ [
48- { text: " Create CRE account" , href: " #" , variant: " primary" },
49- { text: " Get the SDK" , href: " #" , variant: " secondary" },
50- ]}
5175 />
5276
5377 <div class =" wrapper" >
5478 <Demos />
55-
56- <TechnicalStandards />
5779 </div >
5880
5981 <CommunityEvents />
0 commit comments