# Episode 0- Blockchain & Web3 Fundamentals

* Slides: [Episode 0- Blockchain & Web3 Fundamentals](https://docs.google.com/presentation/d/1DFOWoMHfWltilce_jd7M-Xbz6aFEmRW5mR-CVx6KCcE/edit?usp=sharing)

## Topics

* Introduction to Blockchain & Web3
  * What is Blockchain?
  * Public vs Private Blockchains
  * Key Components: Nodes, Consensus, Transactions
  * Web3 vs Web2: Why decentralization matters?
* Smart Contracts & dApps
  * What are Smart Contracts?
  * Ethereum vs Substrate-based Blockchains
  * Introduction to Decentralized Applications (dApps)

## Course Videos

### Episode 0- Blockchain & Web3 Fundamentals

{% embed url="<https://youtu.be/jkgl9tj3niI>" %}

## Action Items

* Join [Discord Channel](https://discord.gg/8dnTGdWQ)
* Join [Telegram](https://t.me/CESS_Storage_official)
* Try out
  * [DeOSS](https://cess.network/deoss.html)
  * [DeShare](https://cess.network/deshare.html)
  * [CESS Scan](https://scan.cess.network/)

## Further Study

* Read through the CESS Doc
  * [What is CESS](https://doc.cess.network/readme/what-is-cess)
  * [Technical Highlight](https://doc.cess.network/readme/technical-highlight)
  * [Use Cases](https://doc.cess.network/readme/use-cases)
  * [CESS Whitepaper](https://github.com/CESSProject/Whitepaper/blob/main/cess-whitepaper.pdf)
* Check out [CESS Events](https://cess.network/posts/events).
* Check out [Ambassador Program](https://cess.network/ambassador.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://course.cess.network/ep0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
