From 65aeac338dcc03266514b44c67dcc0cb9c2c0071 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:31:23 +0100 Subject: [PATCH] Fix: typo Fix: typo --- "docs/\360\237\222\241 Learning-Guide/Beginner.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/\360\237\222\241 Learning-Guide/Beginner.md" "b/docs/\360\237\222\241 Learning-Guide/Beginner.md" index feb00cb..2a6e3e2 100644 --- "a/docs/\360\237\222\241 Learning-Guide/Beginner.md" +++ "b/docs/\360\237\222\241 Learning-Guide/Beginner.md" @@ -12,7 +12,7 @@ To develop decentralized applications on Ethereum or other blockchains, you will ## How the Blockchain Works -You will need to have a basic understanding of how the blockchain works. What is a private and public key? What is a block and how is it validated? What even is a blockchain. There are some great materials out there for you and we have gathered some of the best below. If books are your thing, you'll prabably want to start with "Mastering Bitcoin." This will give you some interesting history and teach you everything you need to know about Bitcoin. +You will need to have a basic understanding of how the blockchain works. What is a private and public key? What is a block and how is it validated? What even is a blockchain. There are some great materials out there for you and we have gathered some of the best below. If books are your thing, you'll probably want to start with "Mastering Bitcoin." This will give you some interesting history and teach you everything you need to know about Bitcoin. You can then follow this up with "Mastering Ethereum". As a Dapp developer specifically, you will need to know about smart contracts and the EVM. This will not only teach you about Ethereum but also many of the concepts you will need for developing on other chains.