https://github.com/crazyoptimist/blockchain-poc-js
Blockchain Proof of Concept in Javascript
https://github.com/crazyoptimist/blockchain-poc-js
Last synced: 10 months ago
JSON representation
Blockchain Proof of Concept in Javascript
- Host: GitHub
- URL: https://github.com/crazyoptimist/blockchain-poc-js
- Owner: crazyoptimist
- Created: 2021-09-20T20:47:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T21:02:39.000Z (over 4 years ago)
- Last Synced: 2025-08-17T22:02:44.512Z (10 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain Proof of Concept in Javascript
A basic implementation to show the concepts of blockchain and PoW consensus algorithm.
Code from [this medium article](https://itnext.io/writing-a-blockchain-in-node-js-cd3e903226cf)
Leveraged Trampoline and TCE(Tail Call Elimination) for memory safe recursion.
Run
```bash
yarn
yarn start
```