# Contents

<figure><img src="/files/wHTNbV4At73XLmCL2UTc" alt=""><figcaption></figcaption></figure>

**Module 1: Blockchain basics**&#x20;

1. quick intro
2. basics of addresses and types of addresses
3. Basics of Cryptography. Just simple stuff what is signing etc
4. Basics types of nodes
5. Cardano Architecture (consensus networking etc)

**Module2: Handson tools**&#x20;

1\) Running a docker to create a devnet and [http://Demeter.run](https://t.co/HPMZ7HHfXL)&#x20;

2\) Using block frost/ogmios/KOIOS/Dandelion&#x20;

3\) Running oura and other[@txpipe\_tools](https://twitter.com/txpipe_tools)tools&#x20;

4\) For enthusiast : starting a Cardano-node in testnet&#x20;

5\) commandline utilities

**Module3: Towards smart contracts**&#x20;

1. eUTXO fundamentals
2. eUTXO design patterns
3. Details around script-context
4. Native script basics

**Module4: Smart contracts: Using various methods available on Cardano**

1. Interacting with a contract without knowing any plutus. Basically frontend part using type script/js&#x20;
2. a) Plutus (for developers who know Haskell) \
   b) Haskell IOG course for developers who want to learn Haskell
3. Writing and deploying basic contract&#x20;
4. &#x20;some advanced examples&#x20;
5. Once Plutus-TS is ready add code to github&#x20;
6. Some debugging tips

**Module 5: Verification of contracts**

1. Basic test framework development
2. Property testing
3. Usage of Proof assistants (only for users who are already working with Proof assistant)

## **Donations**&#x20;

**If you think this course helps you then please donate Ada to the address below**

**addr1v8hnddsmu4wj0uxnmdhnpm4yjg545rjeazcdd35haw3s3lgzjgnqh**

<figure><img src="/files/sibjzcAZxjFl7G63niwz" alt=""><figcaption></figcaption></figure>


---

# 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://armada-alliance.gitbook.io/cardano-blockchain-developer-cookbook/contents.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.
