README.md
September 25, 2019 ยท View on GitHub
VSCode Plugin for Substrate
This plugin provides a convenient development environment for Parity Substrate framework.
Prerequisites
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+
How to run
Steps:
- Clone project and open it in VSCode.
- Execute command
yarnandyarn compilein terminal. - Press
F5.
To start webview development
- Execute the command
yarn watch:views. - Press
F5. - Press
CMD + SHIFT + Pand typeShow webview. - Make changes to webview in
./src/views.
Features
All features and it's functionality you can find in the features file.
Tutorial
Tutorial of how to use this plugin you can find in the tutorial file.
Plugin dependencies
Next plugins will be automatically installed with this plugin (if not installed):
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.