Skip to content

Commit

Permalink
Merge pull request WebXDAO#57 from omahs/patch-1
Browse files Browse the repository at this point in the history
Fix: typos
  • Loading branch information
shuklaritvik06 authored Jan 26, 2023
2 parents 91e73d8 + eb960d8 commit 7caa236
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Getting started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ slug: /
title: 🚀 Gettting Started
---
# Getting Started
[WebXDAO](https://webxdao.github.io/) is a community that focus on the future of the web. Here you will learn how to become a blockchain developer while having fun with other community members. Blockchain Developer is an interesting field, in demand and the latest trend in the tech industry. Here you will get to interact with some great folks and learn blockchain technology together. This community is in its initial stage so you can show your leadership skills and help for everyone's success. The community is powered by [Dev Protocol](https://devprotocol.xyz/).
[WebXDAO](https://webxdao.github.io/) is a community that focuses on the future of the web. Here you will learn how to become a blockchain developer while having fun with other community members. Blockchain Developer is an interesting field, in demand and the latest trend in the tech industry. Here you will get to interact with some great folks and learn blockchain technology together. This community is in its initial stage so you can show your leadership skills and help everyone's success. The community is powered by [Dev Protocol](https://devprotocol.xyz/).
6 changes: 3 additions & 3 deletions docs/💡 Learning-Guide/Advanced.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Advanced
## Understanding Blockchain in a bit higher level than the beginner

An opinionated learning path for getting into speed with Blockchain (specially Ethereum).
An opinionated learning path for getting into speed with Blockchain (especially Ethereum).
## Pre-requisites

Besides a programming background, this path assumes that the reader is at least a little comfortable with:
- Public key cryptography<br/>
- Watch [Public Key Cryptography](https://www.youtube.com/watch?v=GSIDS_lvRv4). (Est. time: 7 minutes)
- Digital signatures
- Read [Cryptography Digital
Signitures.](https://www.tutorialspoint.com/cryptography/cryptography_digital_signatures.htm) (Est. time: 10 minutes)
Signatures.](https://www.tutorialspoint.com/cryptography/cryptography_digital_signatures.htm) (Est. time: 10 minutes)
- Watch [What are Digital Signatures and How Do They Work?](https://www.youtube.com/watch?v=JR4_RBb8A9Q) (Est. time: 3 minutes)
- Cryptographic hashing
- Watch [What is Hashing on the Blockchain?](https://www.youtube.com/watch?v=IGSB9zoSx70) (Est. time: 5 minutes)
Expand Down Expand Up @@ -74,7 +74,7 @@ Besides a programming background, this path assumes that the reader is at least

[eth-cli](https://github.com/protofire/eth-cli) - CLI tools.,<br />
[Remix](https://remix.ethereum.org/) - Online realtime compiler and runtime.<br />
[Metamask](https://metamask.io/) - You can use it as a extension in your browser.<br />
[Metamask](https://metamask.io/) - You can use it as an extension in your browser.<br />

### Audit

Expand Down
2 changes: 1 addition & 1 deletion docs/💡 Learning-Guide/Beginner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7caa236

Please sign in to comment.