Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashingsystems/HNS
Hash Name Service for Hedera Hashgraph. OG hackathon project.
https://github.com/hashingsystems/HNS
Last synced: about 2 months ago
JSON representation
Hash Name Service for Hedera Hashgraph. OG hackathon project.
- Host: GitHub
- URL: https://github.com/hashingsystems/HNS
- Owner: hashingsystems
- License: mit
- Created: 2018-10-28T23:09:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T11:25:32.000Z (over 5 years ago)
- Last Synced: 2024-08-01T03:14:22.111Z (5 months ago)
- Language: Java
- Homepage: https://hns.domains
- Size: 9.77 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: License
Awesome Lists containing this project
- awesome-hashgraph - Hash Name Service - Replace your Hedera ID with human-readable names. Register your name before someone else does! ([Hedera Open Source](#hedera-open-source))
README
# Overview
## Hedera Name Service
HNS is a decentralised solution to address accounts on hashgraph using human readable names.HNS ties your Hedera Identity to a registered .hbar domain. The powerful problem we have solved is enabling simple peer-to-peer payments through vanity dns name service. So you do not need to fill in the Account ID or send any long strings. Usablity is great driver of adoption so we've simplified the process of transacting on Hedera Hashgraph.
## ๐ก What is Hashgraph?
Hashgraph is a new distributed ledger technology that provides a new form of a distributed consensus using a gossip protocol. It allows the benefits of decentralization, distribution, and security through the use of hashing.## ๐ก What is HNS?
HNS โ or hash name system โ is the protocol on the internet that turns human-comprehensible website names such as โwebsite.hhโ or โmywebsite.hhโ into addresses understandable by decentralized network machines.## ๐ Description
HNS is the Hashgraph Name Service, a distributed, open, and extensible naming system based on the Hashgraph protocol.
## ๐ Documents
#### Table of Contents
- [Introduction](./docs/INTRODUCTION.md)
- [Implementation](./docs/IMPLEMENTATION.md)
- [Registry](./docs/REGISTRY.md)
- [Registrar](./docs/REGISTRAR.md)
- [Resolver](./docs/RESOLVER.md)
- [Integration](./docs/INTEGRATION.md)## ๐ Guideline
- [Smart Contract Testing](./HNS/README.md)
- [Smart Contract Deploy](./guides/tut.md)
- [HNS Deploy](./guides/deploy.md)## ๐๏ธ Hashgraph Technical Stack
Hash Name Service (HNS) is governed by three components; A registrar, registry, and resolver. They contain the core logic for the Hash Name Service implementation, from the ownership managment for a domain, to the global resolving layer that is reposible for connecting different tech stacks and enhances the usability for different infrastructures.### State Layer
State layer is where userโs โstateโ, or userโs information and behavior, is stored. Hashgraph FS is where these data are stored, and gives users the ability to control their own state.### Computation Layer
Hashing System will provide a manager that will allow the user to managing their domain. When transaction occurs it will update the hashgraph FS directly. HNS will than be able to retrieve any updated information through hashgraph FS.### Component Layer
The design of digital assets can have more functions through combining the State Layer and Computation Layer, for example: crypto assets, and identities. Those programmable assets has many more potential usages. HNS includes three major component:A registry component stores all the information relative to a domain, and can operate the set of logics to map between the hash domains and its owners.
A registrar component governs the domain purchase through a set staking hbar rules.
A resolver component processes the corresponding resources from wallet address to decentralized application or website on hashgraph.### Protocol Layer
On the Protocol Layer, we will aim to make the HNS more efficient and applicable. With the state, computation and component layers behind the scene, protocol layer serve as a gateway for users and developers to interact with our HNS standard.### User Control Layer
User control layer is in charge of managing private keys to communicate with the state layer. HNS empowers users to control, set up and manage their digital asset with an easier and readable text, which could be further utilized in the next application layer.### Application Layer
HNS can be implemented into many other applications on Hashgraph, such as wallet that can resolve HNS, dApp that utilize HNS for users identity and many more. We believe that it is an essential components to provide a better environment for both technical and non-technical users.## ๐ฏ HNS Deploy
## ๐ Changelog
See [CHANGELOG.md](./CHANGELOG.md).## ๐ฃ Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to help out.## ๐ Licence
See [LICENSE](./License) for details.