An open API service indexing awesome lists of open source software.

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

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/)