You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/chainlink-functions/resources/simulation.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,3 +76,11 @@ To simulate:
76
76
77
77
Follow the [Simple Computation](/chainlink-functions/tutorials/simple-computation) guide to learn how to import the [Chainlink Functions Toolkit NPM package](https://github.com/smartcontractkit/functions-toolkit) into your JavaScript project to simulate and execute a Functions request.
78
78
You can read the [Examine the code section](/chainlink-functions/tutorials/simple-computation#javascript-example) for a detailed description of the code example.
79
+
80
+
<Asidetype="caution">
81
+
Chainlink Functions is still in BETA. The use of secrets in your requests is an experimental feature that may not
82
+
operate as expected and is subject to change. Use of this feature is at your own risk and may result in unexpected
83
+
errors, possible revealing of the secret as new versions are released, or other issues. Please be aware that Chainlink
84
+
Functions does not control how your secrets or environment variables are used or accessed within Remix or when
85
+
executing scripts within Remix, and the safekeeping of secrets and environment variables is your responsibility.
0 commit comments