# Built with Dedot

### Real-World Projects Powered by Dedot

* [Polkadot Live App](https://polkadot-live.github.io/) ([Github](https://github.com/polkadot-live/polkadot-live-app))
* [Polkadot Staking Dashboard](https://staking.polkadot.cloud/) ([Github](https://github.com/polkadot-cloud/polkadot-staking-dashboard))
* [Typink](https://typink.dev) ([Github](https://github.com/dedotdev/typink))
* [Allfeat SDK](https://www.allfeat.com/) ([Github](https://github.com/Allfeat/allfeat-js))
* [Polkadot UI](https://dot-ui.com/) ([Github](https://github.com/Polkadot-UI-Initiative/dot-ui))
* [Create Dot App](https://github.com/preschian/create-dot-app)
* [LunoKit - Wallet Developer Tools](https://www.lunolab.xyz/) ([Github](https://github.com/Luno-lab/LunoKit))
* [ParaSpell](https://paraspell.xyz/) ([Github](https://github.com/paraspell/xcm-tools))
* [Polkadot Cloud Connect](https://polkadot.cloud/connect) ([Github](https://github.com/polkadot-cloud/connect))
* ... add yours? PRs are more than welcome!

### Example Dapps

* [Try Dedot](https://try.dedot.dev) - [Source Code](https://github.com/dedotdev/trydedot)
* [Tiny Url](https://link.dedot.dev) - [Source Code](https://github.com/dedotdev/link)
* [React hooks for ink! smart contracts](https://typink.netlify.app/) - [Source Code](https://github.com/dedotdev/typink-app)
* [LunoKit Demo](https://demo.lunolab.xyz/) - [Source Code](https://github.com/Luno-lab/LunoKit/tree/main/examples/with-vite)
* ... add yours?

### Open Hack from [OpenGuild](https://openguild.wtf/)

* [open-hack-dedot](https://github.com/openguild-labs/open-hack-dedot): Building decentralized applications on Polkadot
* [open-hack-ink-starter](https://github.com/openguild-labs/open-hack-ink-starter): Getting started with ink! smart contract development

### Playground Scripts

* [Quick start with Dedot's API](https://stackblitz.com/edit/try-dedot?file=main.ts\&view=editor)
* [Interact with a PSP22 ink! contract](https://stackblitz.com/edit/psp22-dedot?file=main.ts\&view=editor)


---

# 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.dedot.dev/help-and-faq/built-with-dedot.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.
