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
- Host: GitHub
- URL: https://github.com/byteball/oscript-editor
- Owner: byteball
- License: mit
- Created: 2019-06-07T09:13:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T11:56:15.000Z (over 2 years ago)
- Last Synced: 2025-04-14T14:17:47.533Z (about 1 month ago)
- Topics: autonomous-agents, cryptocurrency, defi, obyte, programmable-money
- Language: JavaScript
- Homepage: https://oscript.org
- Size: 433 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```