# Ethereum Educational Resources

## Overview&#x20;

**Where to go to for knowledge**&#x20;

* [ConsenSys Blog](https://consensys.net/blog) has so many great resources written in simple-to-understand language&#x20;
* Head over to [Medium and search for "Ethereum"](https://medium.com/search?q=ethereum)&#x20;
* [Simple as Water ](https://simpleaswater.com/)is great blog for not only Ethereum articles but also AI, Substrate, IPFS...even job listing&#x20;

## General about Ethereum&#x20;

* [The State of the Ethereum Network: 5 Years Running](https://consensys.net/blog/news/the-state-of-the-ethereum-network-2020/)
* Before you jump into Ethereum Community, read this piece -[ The Crypto Family farm](https://logicmag.io/bodies/the-crypto-family-farm/)
* [Decentralised web](https://hackernoon.com/dweb-the-decentralized-web-a0e9c6a5c0ec) - simple explanation
* [Keep your funds safe](https://support.mycrypto.com/) + general knowledge portal, mainly about how to keep your crypto safe
* [Cypherpunks mailing list ](http://mailing-list-archive.cryptoanarchy.wiki/)- OG literature cypherpunks movement
* [12 questions about crypto](https://outlast.me/twelve-questions/)
* [Beginner guide to Ethereum](https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf)
* [How does Ethereum work, anyway? ](https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369)
* [Ethereum Roadmap kinda sum up from Devcon5 & nice reading about Ethereum](< https://decrypt.co/10298/devcon-5-building-a-decentralized-revolution-at-scale&#xA;&#xA;>)
* [Price of ETH and history ](https://hackernoon.com/in-defense-of-ethereum-and-its-fatness-why-im-still-bullish-on-eth-4c00fea65442?gi=54535f63bbe2)
* [How Ethereum Core Dev got into Ethereum and decentralised web](< https://medium.com/@pipermerriam/my-rambling-journey-into-a-career-working-on-ethereum-and-the-decentralized-web-134743766f64>)
* &#x20;(controversial) [point of a view on mass adoption of crypto](https://www.coindesk.com/cryptocurrency-is-most-useful-for-breaking-laws-and-social-constructs)
* [Scale Ethereum](https://github.com/jpitts/eth-community-discussions/blob/master/proposals-to-scale.md#general-strategies-for-scaling-the-ethereum-network) - huge repo
* [The meaning of Decentralisation by Vitalik ](https://medium.com/@VitalikButerin/the-meaning-of-decentralization-a0c92b76a274#.4hl67650f)

## Learning Portals

* [Binance academy](https://www.binance.vision/blockchain/what-is-ethereum) - what is Ethereum, history... reading & recordings (listening)
* [District0x learning portal](https://education.district0x.io/general-topics/) - write ups & videos&#x20;
* [Developer tools](https://pages.consensys.net/developer-tools) by ConsenSys - A guide to the available tools, components, patterns, and platforms for developing applications on Ethereum.&#x20;
* [Ethhub.io](https://docs.ethhub.io/) - great source of all kinds of basics info, amazing podcasts, subscribe to their newsletter - weekly updates of projects and overall info that’s amazing and you have no time to catch up on Crypto Twitter
* [Crypto glossary](< https://a16z.com/2019/11/08/crypto-glossary/>) - explaining terms in crypto
* [Bitpanda academy](https://www.bitpanda.com/academy/en/lessons/what-is-ethereum/) - answers to basics Questions about Ethereum, for beginners and everyone who wants to learn more. BTC, Open Source, Ripple, ICO, Altcoins...
* [DeFi school](https://defi.school/)&#x20;
* [Coinbase learning courses ](https://www.coinbase.com/earn)
* [ConsenSys learning academy](https://consensys.net/academy/) (paid courses)
* [Crypto zombies](https://cryptozombies.io/) - Learn to Code Blockchain DApps By Building Simple Games&#x20;
* [Crypto hack](< https://cryptohack.org/>) - A fun platform for learning modern cryptography
* [Interactive Ethereum Tutorials](https://tutorials.ethvigil.com/)

## More&#x20;

For more sources head over to [this repository](https://github.com/anettrolikova/Crypto/blob/master/README.md) or just use Google, Twitter, Reddit...


---

# 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://emsp.gitbook.io/ethereum-meetup-support-program/ethereum-educational-reseources.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.
