# Episode 8- dApp Development using Ink! Smart Contract

* Slides: [Episode 8- dApp Development using Ink! Smart Contract.pdf](https://docs.google.com/presentation/d/13ZoLZYeqMkCk6uGH4ZdnTDs_R3u_dI_wDAETTcE2_wQ/edit?usp=sharing)

## Topics

* Ink! Smart Contract Overview
* Why choose Ink! Smart contract?
* Flipper smart contract walkthrough
* Demo: Deploying Ink! smart contract on CESS
* Interacting with ink! smart contract with use-ink library
* Demo: NFT marketplace example

## Course Videos

### Part 1- Introduction to Ink! Smart Contract

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

### Part 2- Demo: Deploying Ink! Smart Contract on CESS

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

### Part 3- Demo: Interacting with Ink! Smart Contract using the useink Library

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

### Part 4- Demo: NFT Marketplace Example

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

## 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 an ink! Smart Contract](https://doc.cess.network/developer/smart-contract/deploy-sc-ink)
  * [Build an NFT Marketplace](https://doc.cess.network/developer/smart-contract/nft-marketplace)


---

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