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.
Get started by checking out our detailed integration guide:
https://docs.azero.id/integration
View the full interface documentation & types here:
https://azero-id.github.io/resolver
- https://www.npmjs.com/package/@azns/resolver-core
- https://www.npmjs.com/package/@azns/resolver-react
# 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