# Resources for Builders

## Introduction

ChewySwap supports both Shibarium and Dogechain, our two favorite Doggo-Based Layer 2 EVM compatible blockchains! Even though Dogecoin and Shiba Inu are rival meme coins, we love and support each equally just as a pet owner loves each of their doggies equally. We only want the best for our pets so lets get to the nitty gritty on how to build for each of these blockchains!

{% hint style="warning" %}
This section is currently under construction! Check back soon for more detailed guides, for now you can check out our Dapp Boilerplate to get started building your own Dapps&#x20;
{% endhint %}

{% content-ref url="/pages/SbAyvJfHv5p0VRCypKW5" %}
[Dapp Boilerplate](/developers/resources-for-builders/dapp-boilerplate.md)
{% endcontent-ref %}


---

# 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.chewyswap.com/developers/resources-for-builders.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.
