azero-id / resolver

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`

About

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

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%