Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Foundations of Blockchain & Ethereum Architecture

## What Are We Building Today

gm everyone 🌈, I am very excited to bring the exciting course for developers just like you, who want to dive deep into the Ethereum world!

So what are we building today? Today we will dive deep into the Etheruem Blockchain. YES, YOU HEARD IT RIGHT. I am going to introduce you to the exciting world of Etheruem Blockchain and give you a glimpse of it.

Why Etheruem Blockchain? Learning Etheruem Blockchain is SO important because it is the new Hot thing in Web3 world. Some of the famous projects, [MakerDAO](https://makerdao.com/en/), [Brave Browser](https://brave.com/), [Augur](https://www.augur.net/), [Golem](https://www.golem.network/), [ConsenSys](https://consensys.net/), [Aave](https://aave.com/), and [OpenSea](https://opensea.io/), all are built on the Etheruem Blockchain.

Not only this, users on Ethereum are drastically increasing: 232.29M unique users at a current level, up from 232.21M yesterday and up from 196.88M one year ago. Cool, isn't it?

## Course overview

Together, we will:

1. Learn the Foundations of Blockchain and Ethereum Architecture
2. Learn how accounts, gas, payments, transactions, EVM help to run the Ethereum ecosystem.
3. Learn how Proof of Work (PoW) Powers Blockchain Security
4. Learn how Proof of Stake (PoS) Innovates Blockchain Validation

## Who exactly should take this course?

This course is for developers those have basic programming knowledge and want to expand that knowledge by entering into the Blockchain and Ethereum ecosystem.

## Prerequisites

Learning new tech is always easier when you got some prior knowledge. So, before diving into the Ethereum world, I recommend brushing up your knowledge of Blockchain ecosystem. It's super helpful if you got a basic understanding of Blockchain and how does it work.

## Proof of completion

If you complete this course with me today, you will be getting a special NFT, a utility token, which will unlock many more opportunities for you on the Metaschool platform. Here is how the NFT looks like.

![](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Completion%20NFT.webp?raw=true)

Now before we move forward, let’s set some house rules first.

1. Pleaseeeee do your quick assignments properly.
2. Join [our discord server](https://discord.gg/vbVMUwXWgc) and ask all relevant questions there.
3. We are a free open-source platform and if you follow us on [X](https://bit.ly/eth-dive-twitter) and [LinkedIn](https://bit.ly/eth-dive-linkedin), it would be a great support. 🫣
4. Stay happy and positive!

Alright guys, no need to wait any longer, let's start our journey! 🙌

![image.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Mastering%20Ethereum%20From%20Blocks%20to%20Brilliance/2.%20The%20Ethereum%20Blockchain%20Paradigm/1.%20Foundations%20of%20Blockchain%20%26%20Ethereum%20Architecture/image.webp?raw=true)

A blockchain is a **decentralized digital ledger** that records transactions across many computers in a way that ensures the data is secure, tamper-proof, and transparent. Imagine a **group diary** where everyone gets to write, but no one can rip out pages or white them out. Once it's in there, it's there forever—yes, even that awkward entry from Dave about his cat.
Expand Down