# Emerald Academy

{% embed url="<https://academy.ecdao.org>" %}

## Catalog

Check out an entire catalog filled with educational content in the form of courses, bootcamps, roadmaps, blogs, and more.

Learn DApp development, Cadence, Javascript, Web development, and more.

From beginner -> intermediate -> advanced.

{% embed url="<https://academy.ecdao.org/en/catalog>" %}

## Cadence by Example

Taking after the popular [Solidity by Example](https://solidity-by-example.org/) series, we made one for Cadence, the smart contract language used by the Flow blockchain.

Learn Cadence step-by-step through easy to understand examples.

{% embed url="<https://academy.ecdao.org/en/cadence-by-example>" %}

## Quickstarts

Taking after [Scaffold ETH](https://docs.scaffoldeth.io/scaffold-eth/), a popular educational platform to learn DApp developmemt on Ethereum, we made one for the Flow blockchain.

Learn how to build DApps on Flow by cloning pre-made projects and following along written tutorials.

{% embed url="<https://academy.ecdao.org/en/quickstarts>" %}

## Open Source

The entire platform is open source.&#x20;

You can even add your own courses & blogs by following the instructions in the README file below.

{% embed url="<https://github.com/emerald-dao/emerald-academy-v2>" %}

## Multi-Language

On top of the courses and material themselves, the entire platform has built-in multi-language support.&#x20;

Click the language option in the top right to toggle between languages.

Looking to add a new language? You can submit a PR to the GitHub Repo found above.


---

# 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://docs.ecdao.org/education/emerald-academy.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.
