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.Documentation Index
Fetch the complete documentation index at: https://dids.guide/llms.txt
Use this file to discover all available pages before exploring further.
Evmos-specific Client Integrations
Evmos-specific libraries are useful in aiding developers speed up development by providing interfaces, types, and methods to signing, address converter (betweeneth and evmos addresses), and EIP-712 transaction generator. There are two
library bindings, in Javascript/Typescript and Python.
- EvmosJS - is the official Sonr client Typescript library. This library contains several packages:
- PyEvmos - is a community-led Python library developed by sterliakov
