Skip to content

Commit

Permalink
Merge pull request #398 from volodymyrprokopyuk/main
Browse files Browse the repository at this point in the history
tutorial: Build a blockchian from scratch in Go with gRPC
  • Loading branch information
ahmet authored Oct 16, 2024
2 parents f3b8f02 + f4ef3e4 commit 18ea3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
- How to use Slither to find smart contract bugs. - [link](https://ethereum.org/en/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs)
- How to mock Solidity smart contracts for testing. - [link](https://ethereum.org/en/developers/tutorials/how-to-mock-solidity-contracts-for-testing)
- Building EVM from scratch. - [link](https://karmacoma.notion.site/Building-an-EVM-from-scratch-part-1-c28ebb4200c94f6fb75948a5feffc686) [source code](https://github.com/karmacoma-eth/yolo-evm/tree/evm-from-scratch-pt1)
- [Build a blockchain from scratch in Go with gRPC](https://github.com/volodymyrprokopyuk/go-blockchain) - The foundational and practical guide for effectively learning and progressively building a blockchain from scratch in Go with gRPC
- [LearnWeb3 DAO](https://learnweb3.io/) - Free program that teach you how to become Web3 Developer.
<!-- markdown-link-check-disable-next-line -->
- [Cadena](https://www.cadena.dev/) - Cadena is a free plaform where you can learn by coding smart contracts, NFTs, tokens and more.
Expand Down

0 comments on commit 18ea3eb

Please sign in to comment.