Repository navigation

#

concensus

Prototype implementation of SwiftPaxos (NSDI 2024)

Go
19
1 年前

Decentralized distributed system built using blockchain technology to provide a marketplace for users to trade their processing power in reward for ethereum

Go
11
7 年前

A rust implementation of raft election process

Rust
8
3 个月前

An implementation of Raft in Python for learning purposes

Python
6
1 年前

A drop-in library for Federated Byzantine Agreement (Stellar Concensus Protocol).

Rust
6
4 年前
JavaScript
4
2 个月前

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 resource usage and reduce network latency.

Python
3
2 年前

Total order broadcast algorithm implemented in Go

Go
3
6 年前

Golang implementation of the Raft consensus protocol

Go
2
5 年前

Peer-to-Peer - Distributed Consensus System

Python
1
1 年前

Proof of knowledge by implementation

Python
1
1 年前
Rust
1
10 个月前

Niagara Region Medical Services

HTML
0
2 年前

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 on interactions with neighbors.

Jupyter Notebook
0
1 年前

Simple implementation of the Raft Consensus Algorithm in Go.

Go
0
1 天前

A minimal basic-paxos protocol implemeted by Java

Java
0
4 年前

blockchain implementation with golanf

Go
0
3 年前

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 efficient manner. Coded the data storing technique in a way like without database one can record the chain by keeping at least one node always on.

CSS
0
7 年前

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 and recent chain(longest and valid). The concensus algorithm was the main portion of this code.

Python
0
2 年前