An open API service indexing awesome lists of open source software.

https://github.com/byteball/oscript-editor-backend

Backend for Oscript Editor
https://github.com/byteball/oscript-editor-backend

autonomous-agents cryptocurrency defi obyte programmable-money

Last synced: about 1 year ago
JSON representation

Backend for Oscript Editor

Awesome Lists containing this project

README

          

# Oscript Editor backend

## Prerequisites

Install node v10.16.0+, npm 6.9.0+, Yarn 1.12.3+

## Setup & Run

### Development

```
# install dependencies
yarn install

# start app
yarn start
```