# Developer Workshops

<table data-full-width="true"><thead><tr><th width="121" data-type="rating" data-max="5">Difficulty</th><th width="387">Workshop Name</th><th width="124">Audience</th><th width="128">Duration</th></tr></thead><tbody><tr><td>1</td><td>OpenGuild Contribution Guidelines: From Member to Elder</td><td>Anyone</td><td>30-45 minutes</td></tr><tr><td>2</td><td>Introduction to Blockchain and build a simple blockchain with Rust</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>2</td><td><code>Polkadot</code>: From personal computer to Polkadot, the ubiquitous computing engine.</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>2</td><td><code>Polkadot</code>: A solution to blockchain scalability</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>1</td><td>Secure your assets with multi-signature wallet</td><td>Anyone</td><td>30-45 minutes</td></tr><tr><td>2</td><td>Introduction to DePIN</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>3</td><td><code>Polkadot</code>: EVM, Frontier and Solidity</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>4</td><td><code>Polkadot</code>: Writing ink! smart contract &#x26; Deploy on Substrate Contract Node</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>3</td><td><code>Polkadot</code>: How to Build Your Own NFT Collection with <code>pallet-nfts</code></td><td>Developer</td><td>45-60 minutes</td></tr><tr><td>3</td><td><code>Polkadot</code>: Growing your open-source skills with OpenGuild and Polkadot</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>2</td><td><code>Polkadot</code>: Polkadot JS: Interacting with Polkadot global computer</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>4</td><td><code>Rust</code>: Rust State Machine</td><td>Developer</td><td>30-45 minutes</td></tr><tr><td>4</td><td><code>Polkadot</code>: Building a blockchain explorer with Smoldot light client</td><td>Developer</td><td>60-90 minutes</td></tr><tr><td>3</td><td>The next-generation of the computer: Polkadot COREJAM </td><td>Developer</td><td>60-90 minutes</td></tr><tr><td>4</td><td><code>Rust</code>: Introduction to Actor model with Axum and Polkadot CoreJAM.</td><td>Developer</td><td>60-90 minutes</td></tr></tbody></table>


---

# 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://handbook.openguild.wtf/hackathon-projects-and-events/dev-focused-activities/developer-workshops.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.
