Combine triggers and actions with Node.js code steps to create workflows that run on every blockchain event. Trigger workflows on Blockchain Events, Smart Contract Events, HTTP requests, schedules (based on intervals or cron expressions) and more. Use pre-built actions so you don't have to write boilerplate code — or use actions as scaffolding and customize the code in seconds.
Auth apps once, then reuse connected accounts in any workflow. Blockrotate supports OAuth and key-based auth, and handles the OAuth flow and token refresh for you. Just link accounts to steps and reference the relevant auth info in code. Don't see your app? Request it or use environment variables to save credentials and reference them from any workflow.
Iterate quickly with inline observability, automatic versioning and instant deploys. No servers or infrastructure to manage See events and debug execution details in real time. Output, errors, timing, and return values appear below each step. Time travel to previous versions of code, at the time the event occurred.
Queue up to 10,000 events per workfow and manage the concurrency and rate at which workflows are triggered.
Large file support enables you to trigger workflows with any data (e.g., large JSON files, images and videos) up to 5 terabytes.
Return any JSON-serializable response from an HTTP triggered workflow using $respond().
To use any npm package, just require() it -- there's no npm install or package.json required.
Use $checkpoint to save state in one workflow invocation and read it the next time your workflow runs.
Return data from any step to inspect it in a human-friendly way and reference the data in future steps via the steps object.
Start working with Blockrotate that can provide everything you need to automate in blockchains.