1.11.0 β€’ Published 11 months ago

@leapwallet/name-matcha v1.11.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

🍡 name-matcha

Name Matcha (Matcha - 抹茢; Meaning - 'ground and powdered green tea'; Emoji - 🍡) - a pun on name-matcher.

A developer-friendly javascript library that provides a standardized way to easily resolve Cosmos ecosystem name services to wallet addresses (and vice-versa) using just one line of code.

Installation

npm install @leapwallet/name-matcha

Usage

Here's how you can quickly get started with resolving names -

import nameMatcha, { services } from '@leapwallet/name-matcha';

const address = await nameMatcha.resolve('alice.stars', service.stargazeNames);

To know more about the library, check out the Docs.

Name Service Support

We support the following name services -

  1. ICNS
  2. Stargaze Names
  3. IBC Domains
  4. ArchId
  5. SpaceId
  6. SNS
  7. DegeNS
  8. Bidds Decentralized Domains

We also allow you to add your own name service for custom use-cases. You can look at the docs for the same here.

1.11.0

11 months ago

1.10.0

12 months ago

1.9.0

1 year ago

1.8.0

1 year ago

1.2.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.4.1

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago