Prototype implementation of SwiftPaxos (NSDI 2024)
An implementation of Raft in Python for learning purposes
#区块链#A drop-in library for Federated Byzantine Agreement (Stellar Concensus Protocol).
This is a modified version of PBFT consensus algorithm [1]. PBFT was designed as a method to solve the Byzantine General's Problem [2] in a distributed system. This method is designed to optimize the ...
Golang implementation of the Raft consensus protocol
Peer-to-Peer - Distributed Consensus System
Barebone Zookeeper service in Rust
#区块链#Created a Blockchain using Python to allow baby product management while ensuring secure data transmission. Implemented replication with consensus and designed the back-end of Merkle tree to attain an...
Created a peer for a blockchain for my final assignment of distributed assignment. The whole class had to add to the same blockchain and a concensus algorithm had to be run to find the most agreeable ...
This project simulates the spread of information across a network of agents using agent-based modeling. Each agent maintains a grid representing their perception of information, which is updated based...