https://github.com/vitrun/pok
Proof of knowledge by implementation
https://github.com/vitrun/pok
blockchain concensus crypto
Last synced: 5 months ago
JSON representation
Proof of knowledge by implementation
- Host: GitHub
- URL: https://github.com/vitrun/pok
- Owner: vitrun
- Created: 2014-04-16T14:56:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T02:13:42.000Z (about 2 years ago)
- Last Synced: 2024-05-21T03:29:17.883Z (about 2 years ago)
- Topics: blockchain, concensus, crypto
- Language: Python
- Homepage:
- Size: 646 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proof of Knowledge
by implementation
### Blockchain
* [A simple block chain](blockchain/)
* [Merkle tree](merkletree/)
* [Crypto](crypto/)
### Consensus
* [Paxos algorithm](paxos/)
* [Raft algorithm](raft/)
### Misc
* [IO](io/)