Vscode-cashscript provides tools that make it easier for developers to write smart contracts with cashscript.
A special thank you to vscode-solidity which inspired much of the code structure!
- Syntax Highlighting
- Auto-Completion
- Snippets
- Linting
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:
- Compatible with
cashscript@0.7.0
- Updated to new Native Introspection functionality
- Added tuple destructuring
- Added new
constant
keyword - Added
'*'
operator