Skip to content

autonomys/subspace

Folders and files

NameName
Last commit message
Last commit date
Oct 24, 2024
Oct 24, 2024
Oct 12, 2024
Oct 22, 2024
Oct 21, 2024
Oct 22, 2024
Aug 9, 2024
Oct 8, 2021
Jul 25, 2024
Oct 21, 2024
Oct 10, 2024
Oct 22, 2024
Oct 22, 2024
Oct 22, 2024
Oct 22, 2024
Oct 17, 2024
Oct 22, 2024
Sep 16, 2024

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
    • subspace-gateway is a Subspace Distributed Storage Network gateway
  • domains contains client and runtime code for decoupled execution and domains
  • shared contains low-level primitives used by the node, farmer, and other applications

How to run

Please refer to farming.md for how to run the farmer.

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