https://github.com/byteball/oscript-vscode-plugin
VSCode plugin for editing Oscript files and writing Autonomous Agents
https://github.com/byteball/oscript-vscode-plugin
autonomous-agents cryptocurrency defi obyte programmable-money
Last synced: about 1 month ago
JSON representation
VSCode plugin for editing Oscript files and writing Autonomous Agents
- Host: GitHub
- URL: https://github.com/byteball/oscript-vscode-plugin
- Owner: byteball
- License: mit
- Created: 2020-02-19T10:33:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:37:11.000Z (over 2 years ago)
- Last Synced: 2025-04-14T14:17:27.510Z (about 1 month ago)
- Topics: autonomous-agents, cryptocurrency, defi, obyte, programmable-money
- Language: JavaScript
- Homepage: https://obyte.org/platform/autonomous-agents
- Size: 1.22 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Oscript extension for Visual Studio Code
Write and validate Autonomous Agents in Oscript language. AAs are programs that automate the movement of funds on Obyte network. They allow to create various DeFi applications.
## Features
* Syntax highlighting
* Code completion
* Error highlighting
* Agent deployment directly from the extension## Agent deployment
Oscript extension provides `Oscript: Deploy Autonomous Agent` command which is available in Command Palette.
Execute it after AA validation and you will get the link you can use to deploy the agent with your phone or another device.Another way to do this is to click the validation message in the status bar.
## Testing
Oscript extension provides an integration with Autonomous Agent testing framework.Execute `Oscript: Create test example files` to generate sample test files.
Execute `Oscript: Test current file` to run the tests.
## Tutorial
See the [Autonomous Agents documentation](https://developer.obyte.org/autonomous-agents) for details.