/resolver

JS/TS & React Hook Libraries to resolve Domains & Addresses registered with AZERO.ID

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

AZERO.ID Integration Guide Banner

AZERO.ID – Resolver

License: GPL v3 Typescript React

This repository contains JS/TS libraries to resolve domains & addresses registered with AZERO.ID.

It's built as a monorepo and contains the following packages:

  • @azns/resolver-core – Vanilla JS/TS Library
  • @azns/resolver-react – React-Hooks Library (depends on @azns/resolver-core)

Additionally, multiple working examples are provided for both packages.

Integration Guide 📃

Get started by checking out our detailed integration guide:

https://docs.azero.id/integration

Interface Documentation 👩‍💻

View the full interface documentation & types here:

https://azero-id.github.io/resolver

Packages 🚢

Run Examples

# Setup Node.js (recommended via nvm)
# Install pnpm: https://pnpm.io/installation (recommended via node corepack)

# Clone this repository

# Install dependencies
pnpm i

# Build packages & Run examples:
#  - Vanilla Example starts on http://localhost:4000
#  - Next.js Example starts on http://localhost:3000
pnpm run dev:examples

Vanilla Example with `@azns/resolver-core`