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
- Host: GitHub
- URL: https://github.com/sammyne/30-minutes-of-blockchain
- Owner: sammyne
- License: mit
- Created: 2018-01-30T13:52:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T06:53:47.000Z (about 7 years ago)
- Last Synced: 2025-01-24T09:28:46.201Z (5 months ago)
- Topics: blockchain, code-snippets
- Language: TeX
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 30-minutes-of-blockchain
[](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