/web-ide-api

Primary LanguageTypeScriptMIT LicenseMIT

EOS Web IDE API

This is the API for the Web IDE UI

Prerequisites

You must have CDT installed on the machine this API is running on, as well as node.

Must also have wabt installed. On Ubuntu, you can install it with:

sudo apt install wabt

Run me

Steps to run this project locally:

  • Clone this repo
  • Copy the .env.example file to .env
yarn
yarn dev