deprecated
  • orbs-v3 overview
  • orbs-vm
    • Introduction
    • Get started
    • Dockerfile
      • Working Directory
      • Entry point
      • Health check
    • Status
    • Deployment
  • orbs-lambda
    • Introduction
    • Getting Started
    • Supported Networks
    • Project Structure
    • Lambda Triggers
      • OnSchedule
      • onBlocks
      • onEvent
      • Subscribing To Triggers
    • Writing Your Lambda Function
    • Test And Run Locally
    • Paying For Your Transactions
    • Submit Your Lambda
Powered by GitBook
On this page
  1. orbs-lambda

Getting Started

PreviousIntroductionNextSupported Networks

Last updated 2 years ago

Orbs Lambda provides an interface for you to create your automation tasks.

Before getting started you should:

  • Set up your environment with (version?)

Full working examples can be found at the

Environment

Tasks are executed in a node (version) runtime environment.

You may import any of the following packages, which are pre-installed in the environment:

web3
bignumber.js
dotenv
ethereum-multicall
node-fetch
axios

If you wish to use a package not included in this list, please contact us.

Check if we support the network your smart contract is running on
Node.js
Orbs Lambda repository