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

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

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.