Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web3-actions/intro-to-web3-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Let’s get familiar with the three core elements of Web3 Actions: **functions**

<figure><img src="../.gitbook/assets/Tenderly_W3A_Illustration-03.png" alt="Understanding the components of Web3 Actions"><figcaption><p>The elements of Web3 Actions</p></figcaption></figure>

**Functions:** The custom JavaScript or TypeScript code you want to execute when an external event you specified occurs. Functions can be written directly in the browser through the Tenderly Dashboard or using the CLI (within an npm project). In both cases, the function must be a named export from the defining file.
**Functions:** The custom JavaScript or TypeScript code you want to execute when an external event you specified occurs. Functions can be written directly in the browser through the Tenderly Dashboard or using Tenderly CLI. In both cases, the function must be a named export from the defining file.

**Events:** Instances of pre-defined external events that you can listen for by configuring a trigger. The function receives the event object as an argument, making the data about the event available to your function code. These are supported events:

Expand Down