This package provides a convenient development environment for Parity Substrate framework.
To start using this extension - install it from atom package marketplace. To run this extension you need following pre-requirements:
- Atom v1.0.0+
You can install this package through the default package manager or with apm
binary, installed by default with Atom
:
- Clone project and open it in
Atom
. - Install dependencies with command
yarn
in terminal. - Instal package to your local
Atom
editor withapm install --yarn
.
- Clone project and open it in
Atom
. - Install dependencies with command
yarn
in terminal. - Install package to your local
Atom
editor as dev package withapm install --yarn --dev
. - Link project to dev packages with
apm link --yarn --dev
.
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.