This plugin provides a convenient development environment for Parity Substrate framework.
To start using this extension - install it from marketplace. To run this extension you need following pre-requirements:
- Visual Studio Code v1.37.0+
- Yarn v1.13.0+
Steps:
- Clone project and open it in VSCode.
- Execute command
yarn
andyarn compile
in terminal. - Press
F5
.
- Execute the command
yarn watch:views
. - Press
F5
. - Press
CMD + SHIFT + P
and typeShow webview
. - Make changes to webview in
./src/views
.
All features and it's functionality you can find in the features file.
Tutorial of how to use this plugin you can find in the tutorial file.
Next plugins will be automatically installed with this plugin (if not installed):
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.