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

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

Online editor for Oscript - a language of autonomous agents https://oscript.org
https://github.com/byteball/oscript-editor

autonomous-agents cryptocurrency defi obyte programmable-money

Last synced: about 1 month ago
JSON representation

Online editor for Oscript - a language of autonomous agents https://oscript.org

Awesome Lists containing this project

README

        

# oscript-editor

## Project setup
```
yarn
```

## Compiles and minifies for production
```
yarn run build:prod
```
App bundle will be created in ./dist_prod folder

## Compiles and minifies for production in testnet
```
yarn run build:testnet
```
App bundle will be created in ./dist_testnet folder

## Compiles and hot-reloads for development
```
yarn run serve
```

## Lints and fixes files
```
yarn run lint
```