subspace
subspace copied to clipboard
Subspace Network reference implementation
Subspace Network Monorepo
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:
cratescontains Subspace-specific Rust crates used to build node and farmer, most are following Substrate naming conventionssubspace-nodeis an implementation of the node for Subspace protocolsubspace-farmeris a CLI farmer app
cumuluscontains modified copies of Cumulus crates that we use right nowsubstratecontains modified copies of Substrate's crates that we use for testing
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.