https://github.com/datachainlab/interchain-dns
A system that provides unique names for blockchains.
https://github.com/datachainlab/interchain-dns
Last synced: about 1 year ago
JSON representation
A system that provides unique names for blockchains.
- Host: GitHub
- URL: https://github.com/datachainlab/interchain-dns
- Owner: datachainlab
- License: other
- Created: 2020-08-16T04:57:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T02:41:53.000Z (over 5 years ago)
- Last Synced: 2025-03-13T03:33:23.728Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 234 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interchain DNS
## Introduction
Interchain DNS is a system that provides unique names for blockchains.
## Motivation
In IBC, it is possible to identify the other chain in the chain through client. However, it is a little difficult to pass a client identifier in one chain to another chain.
To achieve this, it is necessary to give a routes of channels that can be referenced by the other chain to which the identifier is passed. However, such a relative reference has the problem that there are multiple paths that represent the same chain or module.
Therefore, we propose DNS Module that provides a unique identifier for each chain.
## Implementation
Please check [here](https://github.com/datachainlab/cosmos-sdk-interchain-dns/x/ibc-dns).
## Maintainers
- [Jun Kimura](https://github.com/bluele)