# Tools and Resources

Here, you’ll find a curated list of development tools, public endpoints for testing, and other resources to support your development journey on ENI.

**EVM**

* [Foundry](https://getfoundry.sh/): EVM smart contract development toolchain
* [Hardhat](https://hardhat.org/): Ethereum development environment

### Resources

To support your development and testing efforts, we provide a range of public RPC endpoints.

### Public Endpoints

Public RPC endpoints should only be used in development environments. For production applications, please use dedicated RPC endpoints or set up your own RPC node.


---

# 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.eniac.network/build/ecosystem/tools-and-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.
