Native Rust infrastructure for a justice-based sharing economy where value flows to those who create it.
A set of composable crates that you can use to build fair compensation systems for open source. Track contributions, distribute resources, and reward work—all transparently on a decentralized network.
"Justice = Fair Access to Resources Based on Evidence of Contribution."
Visit ed.databayt.org/en/docs to view the full documentation.
| Crate | Description |
|---|---|
dc-core |
Core types: Contribution, Identity, Block, Governance |
dc-network |
P2P networking with libp2p, DHT, Gossipsub |
dc-consensus |
Proof of Contribution + Proof of Resource |
dc-storage |
RocksDB persistence layer |
dc-oracle |
GitHub/Git integration for contribution tracking |
dc-node |
CLI binary and entry point |
# Clone
git clone https://github.com/databayt/distributed-computer.git
cd distributed-computer
# Build
cargo build --release
# Run
./target/release/dc-node --devThe native token earned through contributions:
- 60% Contributor Rewards
- 15% Treasury (DAO)
- 10% Resource Providers
- 10% Development Fund
- 5% Emergency Reserve
No pre-mine. No VC allocation. Fair launch.
Please read the contributing guide.
Licensed under the MIT License.