Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
Fix: typos
  • Loading branch information
omahs authored Jan 26, 2023
1 parent 65aeac3 commit eb960d8
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit eb960d8

Please sign in to comment.