Compare commits

...

3 Commits

Author SHA1 Message Date
Victor Bona
00adf81e09 Merge 75e967143a into c56186ac2d 2025-07-07 18:13:47 +09:00
Vencyr Laurence Imbo Amores
c56186ac2d update byox banner 2025-07-07 17:05:02 +08:00
Victor Bona
75e967143a New content: Blockchain Fundamentals and Integrated Node Service
Adds a new list content under the `Blockchain` technology.
2025-03-03 16:08:17 -03:00

View File

@@ -1,4 +1,4 @@
[![Banner](https://codecrafters.io/images/byox-banner.gif)](https://codecrafters.io/github-banner)
[![Banner](https://codecrafters.io/images/new-byox-banner.gif)](https://codecrafters.io/github-banner)
## Build your own <insert-technology-here>
@@ -92,6 +92,7 @@ It's a great way to learn.
* [**Scala**: _How to build a simple actor-based blockchain_](https://medium.freecodecamp.org/how-to-build-a-simple-actor-based-blockchain-aac1e996c177)
* [**TypeScript**: _Naivecoin: a tutorial for building a cryptocurrency_](https://lhartikk.github.io/)
* [**TypeScript**: _NaivecoinStake: a tutorial for building a cryptocurrency with the Proof of Stake consensus_](https://naivecoinstake.learn.uno/)
* [**TypeScript**: _Blockchain Fundamentals and Integrated Node Service_](https://blog.victorbona.dev/blog/blockchain-fundamentals-and-integrated-node-service)
* [**Rust**: _Building A Blockchain in Rust & Substrate_](https://hackernoon.com/building-a-blockchain-in-rust-and-substrate-a-step-by-step-guide-for-developers-kc223ybp)