Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

everstake/atom-plugin-substrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom package for Substrate

Version Installs Stars

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:

  1. 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:

  1. Clone project and open it in Atom.
  2. Install dependencies with command yarn in terminal.
  3. Instal package to your local Atom editor with apm install --yarn.

To start development

  1. Clone project and open it in Atom.
  2. Install dependencies with command yarn in terminal.
  3. Install package to your local Atom editor as dev package with apm install --yarn --dev.
  4. 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.