cruzdanilo / tenderly-actions

Tenderly Web3 Actions.

Home Page:https://tenderly.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web3 Actions

Tenderly Web3 Actions will run your code in response to on-chain (or even off-chain) events, usually on your smart contracts.

You can use Web3 Actions to create custom scenarios in order to further deepen your debugging process, create alerting patterns that are not available out-of-the-box in the Alerting section, automating testing or live production execution in the Simulator and Forks, or anything else that comes to (your) mind.

The code Web3 Actions run is called a function. Function must be written in TypeScript (or JavaScript) and runs in Node 14 runtime. Specification of events that your action listens to is called a trigger.

To get started, see docs.

About

Tenderly Web3 Actions.

https://tenderly.co/


Languages

Language:TypeScript 89.2%Language:JavaScript 10.8%