| Crates.io | guts-node |
| lib.rs | guts-node |
| version | 0.1.0 |
| created_at | 2025-12-23 11:41:28.007002+00 |
| updated_at | 2025-12-23 11:41:28.007002+00 |
| description | A decentralized code collaboration node built with the Commonware Library. |
| homepage | https://github.com/AbdelStark/guts |
| repository | https://github.com/AbdelStark/guts |
| max_upload_size | |
| id | 2001361 |
| size | 626,804 |
Full node binary for the Guts decentralized code collaboration platform.
guts-node is the main server that runs:
cargo install guts-node
# Start a node
guts-node --api-addr 127.0.0.1:8080 --p2p-addr 0.0.0.0:9000
# With persistent storage
guts-node --data-dir /var/lib/guts
# As a validator
guts-node --validator --keypair /path/to/key.yaml
See the operator documentation for full configuration options.
This binary is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
MIT OR Apache-2.0