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

https://github.com/sammyne/30-minutes-of-blockchain

Collections of snippets about blockchain implementation
https://github.com/sammyne/30-minutes-of-blockchain

blockchain code-snippets

Last synced: 3 months ago
JSON representation

Collections of snippets about blockchain implementation

Awesome Lists containing this project

README

        

# 30-minutes-of-blockchain

[![license badge](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

This project collects some notes about blockchain implementation.

## Contents
### Go
+ Concurrent Programming
- goroutine
- channel
- lock
+ Network
- Socket
- HTTP
- RPC

### Database 
+ LevelDB

### Cryptography  
+ Symmetric Encryption
+ Asymmetric Encryption
- ECDSA
+ Hash
+ Post-Quantum Cryptography
- Bliss/LMS

### Consensus  
+ PoW
+ PoS
+ PBFT

## Contribution Guide
+ Your contributions are always welcomed
+ Please submit your works as markdown files