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
- Host: GitHub
- URL: https://github.com/byteball/oscript-editor-backend
- Owner: byteball
- License: mit
- Created: 2019-06-12T15:11:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T05:18:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T14:17:48.135Z (about 1 year ago)
- Topics: autonomous-agents, cryptocurrency, defi, obyte, programmable-money
- Language: JavaScript
- Homepage: https://oscript.org
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```