Vscode-cashscript provides tools that make it easier for developers to write smart contracts with cashscript.
- Syntax Highlighting
- Auto-Completion
- Snippets
- Linting
- Contract Compilation
Press F5 or click the "Compile Contract" button in the top right. A json file containing the contract artifiact will be created in the same directory with the same name.
Clone the project
git clone https://github.com/nathanielCherian/vscode-cashscript
Install Dependencies
cd vscode-cashscript && npm i
Open the project in vscode.=
code .
Press F5 anywhere to start the test window, open the examples folder to test out any '.cash' file. All relevent files are located within the /src directory.
None available yet.
None available yet.
Check the changelog for past releases. Latest stable version:
Initial release of vscode-cashscript. Features:
- Syntax Highlighting
- Auto-Completion
- Snippets
- Linting
- Contract Compilation (press F5 or click "Compile Contract")