Skip to content

Commit 4a6fc9c

Browse files
committed
add functions
1 parent b224360 commit 4a6fc9c

File tree

6 files changed

+10001
-8534
lines changed

6 files changed

+10001
-8534
lines changed

public/llms-full.txt

Lines changed: 0 additions & 8523 deletions
This file was deleted.

src/content/chainlink-functions/index.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
section: chainlinkFunctions
33
date: Last Modified
4-
title: "Chainlink Functions Beta"
4+
title: "Chainlink Functions"
55
isIndex: true
66
whatsnext:
77
{
@@ -13,11 +13,6 @@ whatsnext:
1313

1414
import { Aside } from "@components"
1515

16-
<Aside type="note" title="Mainnet Beta">
17-
Chainlink Functions is available on mainnet only as a BETA preview to ensure that this new platform is robust and secure for developers. While in BETA, developers must follow best practices and not use the BETA for any mission-critical application or secure any value. Chainlink Functions is likely to evolve and improve. Breaking changes might occur while the service is in BETA. Monitor these docs to stay updated on feature improvements along with interface and contract changes.
18-
19-
</Aside>
20-
2116
Chainlink Functions provides your smart contracts access to trust-minimized compute infrastructure, allowing you to fetch data from APIs and perform custom computation. Your smart contract sends source code in a request to a [Decentralized Oracle Network (DON)](/chainlink-functions/resources/concepts), and each node in the DON executes the code in a serverless environment. The DON then aggregates all the independent return values from each execution and sends the final result back to your smart contract.
2217

2318
Chainlink Functions eliminates the need for you to manage your own Chainlink node and provides decentralized offchain computation and consensus, ensuring that a minority of the network cannot manipulate the response sent back to your smart contract.

0 commit comments

Comments
 (0)