https://github.com/hyperledger-archives/sawtooth-raft
https://github.com/hyperledger-archives/sawtooth-raft
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperledger-archives/sawtooth-raft
- Owner: hyperledger-archives
- License: apache-2.0
- Archived: true
- Created: 2018-06-12T23:21:46.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T21:01:50.000Z (over 4 years ago)
- Last Synced: 2025-04-18T14:03:05.694Z (over 1 year ago)
- Language: Rust
- Homepage: https://wiki.hyperledger.org/display/sawtooth
- Size: 269 KB
- Stars: 26
- Watchers: 15
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Sawtooth Raft
Sawtooth Raft is a consensus engine for Hyperledger Sawtooth based on the crash
fault tolerant consensus algorithm [Raft](http://raft.github.io/).
Specifically, it is built on top of the Rust implementation of Raft used by
TiKV, [raft-rs](https://github.com/pingcap/raft-rs).
Currently, Sawtooth Raft is in the prototype phase of development and there is
additional work to be done in order to make it production worthy.
Documentation
-------------
Documentation for how to use Sawtooth Raft is available here:
https://sawtooth.hyperledger.org/docs/raft/nightly/master/
License
-------
Hyperledger Sawtooth software is licensed under the [Apache License Version 2.0](LICENSE) software license.
Hyperledger Sawtooth documentation in the [docs](docs) subdirectory is licensed under
a Creative Commons Attribution 4.0 International License. You may obtain a copy of the
license at: http://creativecommons.org/licenses/by/4.0/.