subspace
taurus-2024-no-01
This is a mono repository for Subspace Network implementation, primarily containing Subspace node/client using Substrate framework and farmer app implementations.
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 protocolsubspace-farmer is a CLI farmer appsubspace-gateway is a Subspace Distributed Storage Network gatewaydomains contains client and runtime code for decoupled execution and domainsshared contains low-level primitives used by the node, farmer, and other applicationsPlease 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.