Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olofblomqvist/marlowe-lsp
- Owner: OlofBlomqvist
- License: mit
- Created: 2022-06-29T21:39:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T14:22:25.000Z (about 1 year ago)
- Last Synced: 2024-04-16T05:10:19.481Z (9 months ago)
- Topics: cardano, lsp, lsp-client, lsp-server, marlowe, rust, vscode
- Language: Rust
- Homepage:
- Size: 244 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)