https://github.com/saxocellphone/distributedcrowdfundpaxos
An implementation of paxos for distributed crowd funds.
https://github.com/saxocellphone/distributedcrowdfundpaxos
consensus distributed distributed-systems paxos
Last synced: 22 days ago
JSON representation
An implementation of paxos for distributed crowd funds.
- Host: GitHub
- URL: https://github.com/saxocellphone/distributedcrowdfundpaxos
- Owner: saxocellphone
- Created: 2021-07-01T20:29:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T20:31:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T21:13:15.433Z (3 months ago)
- Topics: consensus, distributed, distributed-systems, paxos
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Crowdfund implementation using Paxos
Project for RPI distributed computing## Description
Each node can propose a new crowdfund and pledge to a fund. This is all done in a distributed manner so no central server is required.