# Episode 9- dApp Development using Solidity Smart Contract

* Slides: [Episode 9- dApp Development using Solidity Smart Contract](https://docs.google.com/presentation/d/10FalqeiLwL9xx6I2thq4_45Me3MB3Xs3Q28P-5PL2eU/edit?usp=sharing)

## Topics

* Why choose Solidity Smart Contract?
* Commonly Used Libraries
* Substrate-EVM Address Conversion
* Demo: Transferring Funds Between Substrate and EVM
* Demo: Deploying Solidity Smart Contract

## Course Videos

### Part 1- Introduction to Solidity Smart Contract

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

### Part 2- Transferring Funds Between Substrate and EVM

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

### Part 3- Demo: Deploy Solidity Contract

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

## Action Items

* Join [Discord Channel](https://discord.gg/8dnTGdWQ)
* Join [Telegram](https://t.me/CESS_Storage_official)

## Further Study

* Read through the CESS Doc
  * [Deploy a Solidity Smart Contract](https://doc.cess.network/developer/smart-contract/deploy-sc-solidity)
  * [Build a Proof of Existence dApp](https://doc.cess.network/developer/smart-contract/poe-solidity)


---

# 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/ep9.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.
