This package consumes the following services:
Atom package for Substrate
This package provides a convenient development environment for Parity Substrate framework.
Prerequisites
To start using this extension - install it from atom package marketplace. To run this extension you need following pre-requirements:
- Atom v1.0.0+
How to install
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
.
To start development
- 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
.
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.