Skip to content

CashScript/vscode-cashscript

Repository files navigation

vscode-cashscript

Visual Studio Marketplace Version (including pre-releases) Visual Studio Marketplace Downloads Visual Studio Marketplace Rating (Stars)

The cashscript extension for VS Code provides auto-completion, linting, and more when writing smart contracts with CashScript.

example of vscode-cashscript

Features

  • Syntax Highlighting
  • Auto-Completion
  • Snippets
  • Linting

CashScript

CashScript is a high-level language that allows you to write Bitcoin Cash smart contracts in a straightforward and familiar way. Its syntax is inspired by Ethereum's Solidity language, but its functionality is different since the underlying systems have very different fundamentals. See the language documentation for a full reference of the language.

Acknowledgements

The original version of this extension was created by Nathaniel Cherian and was inspired by vscode-solidity.