Compare commits

...

2 Commits

Author SHA1 Message Date
Will
1f1a90a6f7 Merge 5b7be66cc1 into cf5d750133 2025-04-11 16:27:27 -03:00
Will
5b7be66cc1 Add link to "A Simple Implementation of Blockchain" 2021-03-19 10:54:52 +01:00

View File

@@ -77,6 +77,7 @@ It's a great way to learn.
* [**Go**: _Building Blockchain in Go_](https://jeiwan.net/posts/building-blockchain-in-go-part-1/)
* [**Go**: _Code your own blockchain in less than 200 lines of Go_](https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc)
* [**Java**: _Creating Your First Blockchain with Java_](https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa)
* [**Java**: _A Simple Implementation of Blockchain_](https://github.com/Will1229/Blockchain)
* [**JavaScript**: _A cryptocurrency implementation in less than 1500 lines of code_](https://github.com/conradoqg/naivecoin)
* [**JavaScript**: _Build your own Blockchain in JavaScript_](https://github.com/nambrot/blockchain-in-js)
* [**JavaScript**: _Learn & Build a JavaScript Blockchain_](https://medium.com/digital-alchemy-holdings/learn-build-a-javascript-blockchain-part-1-ca61c285821e)