- Notifications
You must be signed in to change notification settings - Fork252
Subspace Protocol reference implementation
NotificationsYou must be signed in to change notification settings
autonomys/subspace
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mono repository forSubspace Network implementation, primarily containingSubspace 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 conventionssubspace-node
is an implementation of the node for Subspace protocolsubspace-farmer
is a CLI farmer appsubspace-gateway
is a Subspace Distributed Storage Network gateway
domains
contains client and runtime code for decoupled execution and domainsshared
contains low-level primitives used by the node, farmer, and other applications
Please refer tofarming.md for how to run the farmer.
If you are looking to farm offline, or build from source for development purposes please refer todevelopment.md.
About
Subspace Protocol reference implementation