NNS Documents
  • 👋Welcome !
  • 📕Overview
    • Introduction
    • Roadmap
    • Incentives
    • Terminology
  • đŸ•šī¸Using NNS
    • Name Manager App
      • Registering new name
      • Manage names
      • Primary name
      • Avatar
      • Text records
      • NadCard
      • Discord profile sync
  • đŸ’ģDevelopers
    • Integrating into your dapps
      • Name processing
      • Query contract directly
      • Using NNS SDKs
      • Using REST APIs
      • Using NNS Adapter (soon)
    • Contracts
      • Contract addresses
      • Contract ABI
  • đŸ“ĻOthers
    • Contact
    • FAQs
Powered by GitBook
On this page
  • Name
  • Owner
  • Primary name
  • Avatar
  • Text record
  • Label
  • Labelhash
  • Namehash
  • Node
  1. Overview

Terminology

This page contains glossaries used in the NNS documentation.

Name

An NNS identifier such as 'salmo.nad'.

Owner

The owner of a name is the owner of the NFT token that represent the name. An owner may transfer ownership, set resolved address, name's attributes, ...

Primary name

The NNS name that you want a particular wallet account to be associated with. When set, it will be displayed instead of your 0x address on integrating websites/apps.

Avatar

A picture that is associated with a NNS name.

Text record

A pair of key - value, use to store informations associated with a NNS name.

Label

An individual component of a name, such as 'salmo' in name 'salmo.nad'.

Labelhash

The keccak256 hash of an individual label.

Namehash

The algorithm used to process a name and return a cryptographic hash uniquely identifying that name. Namehash takes a name as input and produces a node.

Node

A cryptographic hash uniquely identifying a name.

PreviousIncentivesNextName Manager App

Last updated 11 months ago

📕