Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```