Skip to main content

Humans.ai 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.

Humans.ai-specific Client Integrations

Humans.ai-specific libraries are useful in aiding developers speed up development by providing interfaces, types, and methods to signing, address converter (between eth and human addresses), and EIP-712 transaction generator.

note

Coming soon.

Ethereum Client Integrations

The two libraries most frequently utilized in the creation of dApps are EthersJS and Web3JS. These libraries are used by developers, for instance, to query JSON-RPC data and interact with the blockchain. Both of these libraries also include tools (BigNumber) to help with tasks like converting huge numbers.

  • Ethers.js strives to be a comprehensive and small JS library toolkit for dealing with the Ethereum Blockchain and its ecosystem.
  • web3js library collection allows you to interact with a local or remote ethereum node using HTTP, IPC or WebSocket.