# EVM Tools & Tutorials

- [Contract Deployment](https://docs.findora.org/developers/evm-tools-and-tutorials/contract-deployment.md)
- [Ganache](https://docs.findora.org/developers/evm-tools-and-tutorials/contract-deployment/ganache.md): Ganache is a personal blockchain for rapid EVM distributed application development.
- [Hardhat](https://docs.findora.org/developers/evm-tools-and-tutorials/contract-deployment/hardhat.md)
- [Remix](https://docs.findora.org/developers/evm-tools-and-tutorials/contract-deployment/remix.md)
- [Truffle](https://docs.findora.org/developers/evm-tools-and-tutorials/contract-deployment/truffle.md)
- [Waffle](https://docs.findora.org/developers/evm-tools-and-tutorials/contract-deployment/waffle.md)
- [The Graph](https://docs.findora.org/developers/evm-tools-and-tutorials/the-graph.md): The Graph is an indexing protocol for organizing blockchain data and making it easily accessible with GraphQL.
- [Band Protocol](https://docs.findora.org/developers/evm-tools-and-tutorials/band-protocol.md): Band Protocol is a cross-chain data oracle platform that aggregates and connects real-world data and APIs to smart contracts.
- [Mint NFTs](https://docs.findora.org/developers/evm-tools-and-tutorials/mint-nfts.md)
- [Deploy NFT Contract (1 of 3)](https://docs.findora.org/developers/evm-tools-and-tutorials/mint-nfts/deploy-nft-contract-1-of-3.md)
- [Mint NFT (2 of 3)](https://docs.findora.org/developers/evm-tools-and-tutorials/mint-nfts/mint-nft-2-of-3.md)
- [View NFT (3 of 3)](https://docs.findora.org/developers/evm-tools-and-tutorials/mint-nfts/view-nft-3-of-3.md)


---

# 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/evm-tools-and-tutorials.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.
