> For the complete documentation index, see [llms.txt](https://vincechain.gitbook.io/vince-chain-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincechain.gitbook.io/vince-chain-documentation/2.-vince-chain-x-developers/developer-kit/vince-client-integrations/ethereum-client-integrations.md).

# Ethereum Client Integrations​

EVM-based projects commonly use EthersJS and Web3JS libraries in dApp development. As popular libraries, resources and community support are available to help developers build interactive blockchains that query the JSON-RPC protocol. Developers can handle huge tasks seamlessly.

* [Ethers.js](https://docs.ethers.org/v5/). A JavaScript library and tool developers use to build interactive nodes and protocols on the Ethereum blockchain.&#x20;
* [Web3js](https://web3js.readthedocs.io/en/v1.8.2/). A repository of libraries that allow developers to build interactive local and remote Ethereum nodes using HTTP, IPC, or WebSocket.
