Starcoin IDE
This is the repository for the Starcoin IDE.
Available commands
This extension wraps around Starcoin's mpm and provides quick access to the folllowing commands:
- Starcoin: Build -
mpm package build - runs build in the current project
- Starcoin: Unit Test -
mpm package test - runs unit tests in the current project
- Starcoin: Integration Test -
mpm integration-test - runs integration tests in the current project
- Starcoin: Publish -
mpm sandbox publish - Publish the resulting bytecodes on the storage/ directories
- Starcoin: Doctor -
mpm sandbox doctor - Run well-formedness checks on the storage/ directories
- Starcoin: Check Compatibility -
mpm check-compatibility - Check compatibility of the current project's modules comparing with remote chain state
- Starcoin: Release -
mpm release - release the package to release/ directories
- Starcoin: Clean - cleans project's default
storage/ ,build/ and release/ directories
To run any of these commands, use VSCode's command palette.
Syntax highlighting
This extension uses vscode-move-syntax extension as a dependency for syntax highlighting.
Feedback Issue
You can give feedback here.
License
MIT
| |