Skip to content

autonomys/subspace

Folders and files

NameName
Last commit message
Last commit date
Jun 29, 2023
Jul 26, 2023
Jul 4, 2023
Jul 25, 2023
Jun 29, 2023
Jul 25, 2023
Jun 15, 2023
Oct 8, 2021
Jul 29, 2022
Jul 25, 2023
Jun 29, 2023
Jul 21, 2023
Jul 21, 2023
Jul 21, 2023
Jul 21, 2023
Jul 21, 2023
Jul 21, 2023
Jul 21, 2023
Jun 15, 2023
May 15, 2023
Jul 21, 2023
Jun 15, 2023

Repository files navigation

Subspace Network Monorepo

Latest Release Downloads Latest Rust Rust Docs

This is a mono repository for Subspace Network implementation, primarily containing Subspace node/client using Substrate framework and farmer app implementations.

Repository structure

The structure of this repository is the following:

  • crates contains Subspace-specific Rust crates used to build node and farmer, most are following Substrate naming conventions
    • subspace-node is an implementation of the node for Subspace protocol
    • subspace-farmer is a CLI farmer app
  • domains contains client and runtime code for decoupled execution and domains
  • orml contains a fork of orml vesting pallet with modified dependencies

How to run

Please refer to farming.md on how to run farmer.

If you are looking to farm offline, or build from source for development purposes please refer to development.md.