Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/blockchain-poc-js
Blockchain Proof of Concept in Javascript
https://github.com/crazyoptimist/blockchain-poc-js
Last synced: 13 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T21:02:39.000Z (about 3 years ago)
- Last Synced: 2024-10-03T21:41:16.214Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- 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
```