Skip to content

Instantly share code, notes, and snippets.

@glenux
Created November 19, 2021 22:28
Show Gist options
  • Save glenux/c2380584c29ae6c3fbc6310f69cecde3 to your computer and use it in GitHub Desktop.
Save glenux/c2380584c29ae6c3fbc6310f69cecde3 to your computer and use it in GitHub Desktop.
blockchain-development--from-scratch
Parent: blockchain
## Theory
* [The Blockchain Explained to Web Developers, Part 1: The Theory](https://marmelab.com/blog/2016/04/28/blockchain-for-web-developers-the-theory.html)
* [The Blockchain Explained to Web Developers, Part 2: In Practice](https://marmelab.com/blog/2016/05/20/blockchain-for-web-developers-in-practice.html)
* [The Blockchain Explained to Web Developers, Part 3: The Truth](https://marmelab.com/blog/2016/06/14/blockchain-for-web-developers-the-truth.html)
## Tutorials
* https://www.toptal.com/blockchain/crystal-programming-language-tutorial
* https://www.freecodecamp.org/news/build-a-blockchain-in-golang-from-scratch/
* https://medium.com/@bradford_hamilton/write-your-own-blockchain-and-pow-algorithm-using-crystal-d53d5d9d0c52
* [A blockchain in 200 lines of code](https://scribe.rip/p/a-blockchain-in-200-lines-of-code-963cc1cc0e54)
## Example projects
* https://github.com/eqbal/crystal_coin
* https://github.com/cocol-project/cocol
* https://github.com/Axentro/Axentro
## Video course
* https://www.udemy.com/course/build-your-blockchain-az/
* https://www.superdatascience.com/courses/introduction-to-blockchain-with-industry-applications
* https://www.youtube.com/watch?v=pZSegEXtgAE
* [Création d'une blockchain avec JavaScript (Blockchain, partie 1)](https://www.youtube.com/watch?v=zVqczFZr124)
* [Implementing Proof-of-Work in Javascript (Blockchain, part 2)](https://www.youtube.com/watch?v=HneatE69814)
* [Mining rewards & transactions - Blockchain in Javascript (part 3)](https://www.youtube.com/watch?v=fRV6cGXVQ4I)
* [Create Your Own Blockchain Network](https://www.youtube.com/watch?v=HsTXD0vS-2E)
## Books
* https://web3coach.gumroad.com/l/build-a-blockchain-from-scratch-in-go
## Other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment