Skip to content

massalabs/station

Repository files navigation

MassaStation: An entrance to the Massa blockchain

CI codecov Go Report Card

Install MassaStation

To install MassaStation, please follow the instructions available in the Installation Guide.

Contributing

We welcome contributions of all kinds, from bug reports to feature requests and code contributions.

If you're interested in contributing to MassaStation, please make sure to read our Contribution Guidelines for detailed instructions on how to get started.

Going further

Modules (plugins)

MassaStation is a module manager. It enables everyone to use, create and enjoy different modules to activate features to the Massa blockchain.

Install a module

You can install modules that were validated by Massa Labs from the Module Store.

The module will be automatically installed and activated after a few seconds directly in your Station. Browse MassaStation store to find the module you need.

Create a module

If you are working on a module, you can install it manually to test it using MassaStation:

  1. Get the .zip file download URL of the module you want to install. Make sure this URL matches the version of MassaStation you are using, your computer OS and architecture.
  2. Paste the URL in the Install a plugin field of the module manager page.
  3. Click on the Install button.

Note: A complete guide on how to create a module is available here