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
  1. Using NNS
  2. Name Manager App

Text records

PreviousAvatarNextNadCard

Last updated 3 months ago

With every registered NNS name comes with an set of records. These are a set of key - values pair used to store informations about user profile. DApps and protocol can used these records to store or retrieve informations associated with a name.

How to set text records for a name:

Go to the Records tab of the name you want to set text records, fill in the record value and click save:

Confirm the transaction:

Done!

đŸ•šī¸