> ## Documentation Index
> Fetch the complete documentation index at: https://sidiorresearchlabs.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Client integrations

# Paxeer Network Client Integrations

Client integration libraries play a crucial role in blockchain technology by making it easier for developers to interact
with the blockchain network. Libraries abstract away complexities and provide integrations and methods to allow developers
to create product in a more consistent manner.

## Paxeer Network-specific Client Integrations

Paxeer Network-specific libraries are useful in aiding developers speed up development by providing interfaces, types, and methods
to signing, address converter (between `eth` and `Paxeer Network` addresses), and `EIP-712` transaction generator. There are two
library bindings, in Javascript/Typescript and Python.

* [Paxeer NetworkJS](https://github.com/Paxeer-Network/Paxeer-Networkjs) - is the official Paxeer Network client Typescript library. This library contains
  several packages:
  * \[Address Converter]\([https://www.npmjs.com/package/@Paxeer](https://www.npmjs.com/package/@Paxeer) Network/address-converter)
  * \[EIP-712]\([https://www.npmjs.com/package/@Paxeer](https://www.npmjs.com/package/@Paxeer) Network/eip712)
  * \[Proto]\([https://www.npmjs.com/package/@Paxeer](https://www.npmjs.com/package/@Paxeer) Network/proto)
  * \[Provider]\([https://www.npmjs.com/package/@Paxeer](https://www.npmjs.com/package/@Paxeer) Network/provider)
  * \[Transactions]\([https://www.npmjs.com/package/@Paxeer](https://www.npmjs.com/package/@Paxeer) Network/transactions)
* \[PyPaxeer Network]\([https://github.com/sterliakov/pyPaxeer](https://github.com/sterliakov/pyPaxeer) Network) - is a community-led Python library developed by [sterliakov](https://github.com/sterliakov)

## Ethereum Client Integrations

EthersJS and Web3JS are two most commonly used libraries in dApp development. Developer uses these libraries to interact
with blockchain and query JSON-RPC data, for example. Additionally, both of these libraries contain utilities to aid in
task like converting large numbers (BigNumber).

* [Ethers.js](https://docs.ethers.org/v5/) is the latest JS library that aims to be a complete and compact library for
  interacting with the Ethereum Blockchain and its ecosystem.
* [web3js](https://web3js.readthedocs.io/en/v1.8.2/) is a collection of libraries that allow you to interact with a local
  or remote ethereum node using HTTP, IPC or WebSocket.
