Socket
Socket
Sign inDemoInstall

@azns/resolver

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azns/resolver

Typescript package for resolving .azero domains.


Version published
Maintainers
2
Created
Source

AZERO Domains – Resolver

Typescript

This repository contains a simple Typescript package to resolve .azero domains issued by AZERO Domains. It supports resolving domains to their associated SS58 addresses and the other way around.

The documentation can be found here: https://azero-domains.github.io/resolver/.

Disclaimer 🚨

This package uses a testnet RPC and contracts. It's not ready for production use yet.

Getting Started

Install the package from the npm registry:

npm install @azns/resolver

Use it:

import { resolveName } from '@azns/resolver'

const address = await resolveName('wojak')

Development

# Install dependencies
npm i

# Start tsup in development mode (watching)
npm run dev

# Build the package and generated docs
npm run build

FAQs

Package last updated on 30 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc