Client Libraries

We built a set of client libraries for Javascript/Typescript to help with integrating Tezos Domains. You can choose to use either Taquitoarrow-up-right or ConseilJSarrow-up-right to power the client, depending on what you are already using. To learn more and get started check out the API documentationarrow-up-right and example repositoryarrow-up-right.

We are using this library in our own dApp for all interactions with Smart Contracts to ensure it's functional and up to date. If you encounter any issues or have an idea for a new feature or improvement, feel free to create an issue for usarrow-up-right.

Packages

The functionality is split into two separate packages according to your particular use case:

Resolver

This part can resolvearrow-up-right domain names to addresses and also the other way around by utilizing reverse records. You can also retrieve all domain metadata, which allows you to read arbitrary data that can be saved with a domain.

Manager

With this, you can execute operationsarrow-up-right that register or update domains, create subdomains, claim or update reverse records, interact with auctions, and more.

(manager functions are not yet supported in ConseilJS implementation)

Last updated