Skip to content
/ resolver Public template
forked from azero-id/resolver

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

License

Notifications You must be signed in to change notification settings

SA-DAS/resolver

 
 

Repository files navigation

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%