# 参考链接以及资源

* Ethereum [Homestead Documentation](https://ethereum-homestead.readthedocs.io/en/latest/)
* Ethereum [Wiki](https://github.com/ethereum/wiki/wiki)
* Ethereum [JSON-RPC specification](https://github.com/ethereum/wiki/wiki/JSON-RPC)
* Ethereum [Yellow Paper](https://docs.web3j.io/gavwood.com/paper.pdf) and [GitHub](https://github.com/ethereum/yellowpaper) repository
* [Homestead](https://ethereum-homestead.readthedocs.org/en/latest/) docs
* [Solidity](http://solidity.readthedocs.io/en/develop/) docs
* [Layout of variables in storage](http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage)
* [Ethereum tests](https://github.com/ethereum/tests) contains lots of common tests for clients
* [Etherscan](https://etherscan.io/) is very useful for exploring blocks and transactions, it also has a [testnet site](https://testnet.etherscan.io/)
* [Ethstats](https://ethstats.net/) provides a useful network dashboard. There is also a dedicated [Parity dashboard](https://stats.parity.io/), [Rinkeby testnet dashboard](http://rinkeby.io/), and one for the [Kovan testnet](http://kovan-stats.parity.io/)。
* [Ethereum reddit](https://www.reddit.com/r/ethereum/)


---

# 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://watermelon.gitbook.io/web3j/can-kao-lian-jie-yi-ji-zi-yuan.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.
