https://github.com/sebastianelvis/algorand-sortition
https://github.com/sebastianelvis/algorand-sortition
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastianelvis/algorand-sortition
- Owner: SebastianElvis
- Created: 2019-01-13T09:18:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T13:49:27.000Z (over 7 years ago)
- Last Synced: 2025-07-02T09:42:54.125Z (12 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorand-Sortition
This is a toy implementation of Algorand's Cryptographic Sortition algorithm. Cryptographic Sortition secretly and randomly selects a subset of all participants based on Verifiable Random Functions (VRF). The selected subset becomes the committee of this round, which runs an optimized BFT consensus protocol called BA* to decide a single block.