Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olofblomqvist/marlowe-lsp

Language Server (and client) for Cardano Marlowe DSL
https://github.com/olofblomqvist/marlowe-lsp

cardano lsp lsp-client lsp-server marlowe rust vscode

Last synced: 14 days ago
JSON representation

Language Server (and client) for Cardano Marlowe DSL

Awesome Lists containing this project

README

        

## MarloweLSP

An experimental LSP for Cardano Marlowe using [marlowe-rs](https://github.com/OlofBlomqvist/marlowe_rust).

For the VSCode extension, go [here](https://marketplace.visualstudio.com/items?itemName=OlofBlomqvist.marlowelsp).

The server can be built also for WASM and WASI.

### Requirements for building

* Cargo/Rust nightly toolchain
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

* [NPM](https://www.npmjs.com/)