Skip to content

Commit e1ff2e7

Browse files
Update simulation.mdx (#2689)
* 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>
1 parent d14c612 commit e1ff2e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/content/chainlink-functions/resources/simulation.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ To simulate:
7777
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.
7878
You can read the [Examine the code section](/chainlink-functions/tutorials/simple-computation#javascript-example) for a detailed description of the code example.
7979

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+
8082
<Aside type="caution">
8183
Chainlink Functions is still in BETA. The use of secrets in your requests is an experimental feature that may not
8284
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

Comments
 (0)