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
* Update simulation.mdx
add additional info about Remix IDE
* Update simulation.mdx
* Update src/content/chainlink-functions/resources/simulation.mdx
Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
---------
Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
Copy file name to clipboardExpand all lines: src/content/chainlink-functions/resources/simulation.mdx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ To simulate:
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
79
80
+
**Note**: You can also import and use the Chainlink Functions Toolkit NPM package as a scripting dependency inside [Remix IDE scripts](https://remix-ide.readthedocs.io/en/latest/running_js_scripts.html) in your browser.
81
+
80
82
<Asidetype="caution">
81
83
Chainlink Functions is still in BETA. The use of secrets in your requests is an experimental feature that may not
82
84
operate as expected and is subject to change. Use of this feature is at your own risk and may result in unexpected
0 commit comments