Orbs Network
  • Overview
    • What is Orbs?
    • Layer 3 Protocol
    • Running on EVM and TON
    • Enhanced Execution
    • L3 for Advanced Trading
    • Network Diagram
    • White Papers and Spec
  • Orbs Lambda
    • What is Orbs Lambda?
    • Network Diagram
    • Example Use Cases
    • Step by Step Overview
      • Development Requirements
      • Select Unique ID
      • Project Template
      • index.js Implementation
        • Execution Environment
        • Allowed Packages
        • Supported Networks
        • Execution Triggers
        • Sending Transactions
      • Testing Locally
      • Deploying to Production
      • Analyzing Execution
  • Orbs VM
    • What is Orbs VM?
    • Network Diagram
    • Example Use Cases
    • Step by Step Overview
      • Development Requirements
      • Select Unique ID
      • Docker Image Implementation
        • Execution Environment
        • Working Directory
        • Entry Point
        • Health Check
        • status.json
      • Testing Locally
      • Deploying to Production
      • Analyzing Execution
  • Powered by Orbs
    • Liquidity Hub
      • Integration Spec
    • Perpetual Hub
    • dTWAP Protocol
      • Integration Spec
      • Network Diagram
      • dTWAP Tutorial
      • FAQ
    • dLIMIT Protocol
      • Integration Spec
      • dLIMIT Tutorial
      • FAQ
  • Community Projects
    • Notification Protocol
      • Integrate a New Project
      • Network Diagram
    • TON Access
      • Network Diagram
    • TON Vote
Powered by GitBook
On this page
  • Install Node.js
  • Install Git
  • GitHub account
  1. Orbs Lambda
  2. Step by Step Overview

Development Requirements

PreviousStep by Step OverviewNextSelect Unique ID

Last updated 4 months ago

Install Node.js

Node.js is an execution engine that runs JavaScript programs. Installing it locally will allow you to test your lambda function on your machine before deployment.

Instructions:

Install Git

Git is the source control manager used by the popular open source hub GitHub. Install it locally to allow you to maintain versions of your code and push them to Orbs.

Instructions:

GitHub account

As part of the deployment process, you will need to open a PR (pull request) to Orbs open source GitHub repo. This will normally require you to have a free GitHub account.

Instructions:

https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
https://github.com/git-guides/install-git
https://github.com/signup