The Metrix Name Service (MNS) is a distributed, open, and extensible naming system built on the MetrixCoin blockchain and based on the Ethereum Name Service (ENS).
The main purpose of the MNS is to take human readable names like ‘metroid.mrx’ and convert them to machine readable identifiers such as MetrixCoin addresses, other cryptocurrency addresses, content hashes, and more.
MNS also supports ‘reverse resolution’, making it possible to associate metadata such as canonical names or interface descriptions with MetrixCoin addresses.
MNS is deployed on the MetrixCoin MainNet and TestNet. If you use a library such as the mnslib Javascript library, or an end-user application, it will automatically detect the network you are interacting with and use the MNS deployment on that network.
If you want to learn more about the MNS and how to use, please check out the Wiki.
The contract source code can be found on GitHub at TheLindaProjectInc/mns-contracts