Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenphuminh authored Oct 28, 2021
1 parent 4aee7b5 commit a451692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A PoW blockchain written in 60 lines of Javascript
JeChain is a proof-of-work blockchain created using Javascript in just 60 lines of code.

## Why JeChain?
JeChain was created for educational purposes, so you can learn the basics of blockchain through JeChain.
JeChain was created for educational purposes, so you can learn the basics of blockchains through JeChain.

## Should you use JeChain for your project?
No, proof-of-work is extremely outdated, JeChain is slow as well since it's written in Javascript, and the thing has no modern feature you would expect from a blockchain platform. It should only stay as an educational project.
Expand Down

0 comments on commit a451692

Please sign in to comment.