# Resources

dApp developers can take advantage of a wealth of resources and information already available to Ethereum developers. Findora's [smart chain](/developers/evm-references.md) is 100% EVM-compatible, meaning developers are able to deploy their smart contracts and use existing toolings. Below are some resources to help you get started. Once ready, you can use [Ganache](/developers/evm-tools-and-tutorials/contract-deployment/ganache.md) or similar tools to deploy on Findora by visiting the [networks settings](/network-settings/network-settings.md) page.

{% embed url="<https://cryptozombies.io/>" %}

{% embed url="<https://www.dappuniversity.com/>" %}

{% embed url="<https://github.com/scaffold-eth/scaffold-eth/tree/simple-nft-example>" %}

{% embed url="<https://buildspace.so/>" %}

{% embed url="<https://www.useweb3.xyz/>" %}

{% embed url="<https://solidity-by-example.org/>" %}


---

# 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.findora.org/developers/resources.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.
