Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantehemerson/blockchain
🧱 Basic Blockchain implementation
https://github.com/dantehemerson/blockchain
blockchain blockchain-demo blockchain-technology example implementation-of-algorithms
Last synced: about 2 months ago
JSON representation
🧱 Basic Blockchain implementation
- Host: GitHub
- URL: https://github.com/dantehemerson/blockchain
- Owner: dantehemerson
- Created: 2018-12-03T22:04:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:58:38.000Z (about 2 years ago)
- Last Synced: 2023-03-02T23:07:07.522Z (almost 2 years ago)
- Topics: blockchain, blockchain-demo, blockchain-technology, example, implementation-of-algorithms
- Language: JavaScript
- Homepage:
- Size: 471 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Blockchain implementation in Node
![Terminal???](https://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/8bit-dynamiclist_%28reversed%29.gif/28px-8bit-dynamiclist_%28reversed%29.gif)
### Research
![Block](.github/blocks.png)
### Reference
https://en.wikipedia.org/wiki/Blockchain
https://lhartikk.github.io/
https://en.wikipedia.org/wiki/Merkle_tree
https://github.com/izqui/blockchain
https://github.com/itheima1/BlockChain
https://github.com/dvf/blockchain
https://github.com/LiuBoyu/blockchain