KuName
Home
  • Getting Started
    • Introduction
    • Rationale
    • Future & Vision
    • Pricing
  • How To
    • Mint Your .kcc NFT Name
    • View Details of an Address or Name
    • Manage Your Names
      • Name Records
      • Primary Name and Reverse Resolution
      • Transfer a Name
  • Promo
    • Lomen NFT holders
    • Other KCC NFT holders
  • Development
    • KNS contract addresses
    • KNS libraries
    • Use KNS in your DApp
  • Partner With Us
    • For KCC Project Owners
    • For Crypto Wallets and Payment Systems
  • Links
    • Twitter
    • Telegram
    • GitHub
  • Legal
    • Terms of Use
Powered by GitBook
On this page
  • Resolving KNS names
  • Address reverse resolution
  1. Development

Use KNS in your DApp

PreviousKNS librariesNextFor KCC Project Owners

Last updated 3 years ago

If you are looking to implement KNS in your DApp frontend, we recommend you follow the UI/UX guidelines for name services explained .

Examples of how to resolve names and addresses using various libraries can be found .

Resolving KNS names

The simplest and most effective way to integrate KNS in your DApp is to let users enter KNS names wherever they can enter KCC addresses. This is the single easiest way to greatly improve the UX of your application through KNS.

By accepting KNS names you eliminate the need for users to copy, remember, or type in long and error-prone addresses.

Address reverse resolution

The second-best improvement that KNS can bring to your app is to show human-readable names wherever you currently are displaying addresses. You can learn how to do reverse resolution here. If no primary/canonical name was set by the user, your application should display the address instead.

By supporting address reverse resolution you give users the ability to identify people and resources by name.

here
here