# 开发者工具

本节概述了Berachain网络上可用的开发者工具。由于Berachain与EVM兼容，如果你熟悉在其他EVM链上部署dApp，那么在Berachain上你会得心应手。

<table><thead><tr><th width="233">工具类型</th><th>提供商</th></tr></thead><tbody><tr><td>合约编程语言</td><td><a href="https://docs.soliditylang.org/en/v0.8.20/">Solidity</a>, <a href="https://docs.vyperlang.org/en/stable/">Vyper</a></td></tr><tr><td>开发环境</td><td><a href="https://github.com/foundry-rs/foundry">Foundry</a>, <a href="https://hardhat.org/">Hardhat</a>, <a href="https://remix.ethereum.org/">Remix</a></td></tr><tr><td>前端库</td><td><a href="https://viem.sh/">Viem</a>, <a href="https://docs.ethers.org/v5/">Ethers.js</a>, <a href="https://web3js.readthedocs.io/en/v1.10.0/">Web3.js</a></td></tr><tr><td>RPC提供商</td><td><a href="https://quicknode.notion.site/QuickNode-Benefits-for-Berachain-Developers-175d54ec5d644f598fde797633add2c1?pvs=4">QuickNode RPC</a>, <a href="https://nirvanalabs.io/nodes/berachain">Nirvana</a>, <a href="https://www.alchemy.com/">Alchemy</a>, <a href="https://envio.dev/">Envio</a> (optimized read-only)</td></tr><tr><td>钱包</td><td><a href="https://metamask.io/">Metamask</a>, <a href="https://frame.sh/">Frame</a>, <a href="https://rabby.io/">Rabby</a><br><a href="https://geth.ethereum.org/docs/interacting-with-geth/rpc">Geth JSON-RPC</a> 接口，用于调用链</td></tr><tr><td>Subgraphs和数据索引器</td><td><a href="https://goldsky.com/">Goldsky</a>, <a href="https://ghostgraph.xyz/">Ghost Graph</a>, <a href="https://goldrush.dev/docs/networks/berachain-testnet/">GoldRush</a> (powered by Covalent), <a href="https://envio.dev/">Envio</a></td></tr><tr><td>预言机</td><td><a href="https://api3.org/">API3</a>, <a href="https://chroniclelabs.org/">Chronicle</a>, <a href="https://pyth.network/">Pyth</a>, <a href="https://docs.redstone.finance/docs/introduction">Redstone</a>, <a href="https://www.stork.network/">Stork</a>, <a href="https://supra.com/">Supra</a></td></tr><tr><td>自动化执行</td><td><a href="https://www.gelato.network/web3-functions">Gelato</a></td></tr><tr><td>可验证随机性</td><td><a href="https://app.gelato.network/vrf">Gelato</a>, <a href="https://docs.pyth.network/entropy">Pyth</a></td></tr></tbody></table>


---

# 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://www.docszh.com/berachain-docs/developers/for-developers/developer-tools.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.
