Skip to content

techunits/simple-blockchain-node-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-blockchain-node-mongo

Implementation of Simple Blockchain using NodeJS & MongoDB

Run example

$ node example.js

Disclaimer

Please also note, NodeJS is not the best language to implement complex Blockchain implementation due to its Single Thread limitations. Blockchain application requires a lot of computational operations other than I/O, so multi-threaded supported languages would perform better. This repository meant to demonstrate the basic operating principle used by blockchain only and not recommended for production use at all.

About

Implementation of simple Blockchain using NodeJS & MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published