All Projects → subspace → subspace

subspace / subspace

Licence: other
Subspace Network reference implementation

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to subspace

polkadot-wiki-old
The Polkadot wiki.
Stars: ✭ 56 (-65.85%)
Mutual labels:  web3, substrate
cap9
Capability-based security protocol for smart contracts
Stars: ✭ 22 (-86.59%)
Mutual labels:  web3, substrate
tool-db
A peer-to-peer decentralized database
Stars: ✭ 15 (-90.85%)
Mutual labels:  distributed, web3
Astar
The dApp hub for blockchains of the future
Stars: ✭ 533 (+225%)
Mutual labels:  web3, substrate
guardian
Web3 Guardian - a blockchain monitoring and alerting tool
Stars: ✭ 34 (-79.27%)
Mutual labels:  web3, substrate
framework
Lightweight, open source and magic-free framework for testing solidity smart contracts.
Stars: ✭ 36 (-78.05%)
Mutual labels:  web3
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+107.93%)
Mutual labels:  web3
reef-chain
EVM compatible chain with NPoS/PoC consensus
Stars: ✭ 142 (-13.41%)
Mutual labels:  substrate
blockchain-etl-streaming
Streaming Ethereum and Bitcoin blockchain data to Google Pub/Sub or Postgres in Kubernetes
Stars: ✭ 57 (-65.24%)
Mutual labels:  web3
100-days-of-Web3
A list of FREE resources to make Web3 accessible to everyone.
Stars: ✭ 2,801 (+1607.93%)
Mutual labels:  web3
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (-55.49%)
Mutual labels:  substrate
raven-distribution-framework
Decentralized Computing Backend for Artificial Intelligence, Web3, Metaverse, and Gaming Application
Stars: ✭ 31 (-81.1%)
Mutual labels:  web3
stashed.io
A fast, distributed compiler cache for Microsoft Visual Studio
Stars: ✭ 20 (-87.8%)
Mutual labels:  distributed
gobench
A benchmark framework based on Golang
Stars: ✭ 50 (-69.51%)
Mutual labels:  distributed
tzindex
Tezos Blockchain Indexer
Stars: ✭ 64 (-60.98%)
Mutual labels:  web3
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+53.66%)
Mutual labels:  web3
zincir
Simple distributed blockchain experiment written in Ruby
Stars: ✭ 76 (-53.66%)
Mutual labels:  distributed
substrate-graph
a compact graph indexer stack for parity substrate, polkadot, kusama
Stars: ✭ 28 (-82.93%)
Mutual labels:  substrate
moqui-hazelcast
Moqui Framework tool component for Hazelcast, used for distributed async services, entity distributed cache invalidation, web session replication, and distributed cache (javax.cache)
Stars: ✭ 12 (-92.68%)
Mutual labels:  distributed
openzeppelin-network.js
An easy to use and reliable library that provides one line access to Web3 API.
Stars: ✭ 45 (-72.56%)
Mutual labels:  web3

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
  • cumulus contains modified copies of Cumulus crates that we use right now
  • substrate contains 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].