ππ Documents of the QuarkChain Name Service.
QuarkChain is a secure, permission-less, scalable, and decentralized blockchain. One of the goals of QuarkChain is to utilize sharding technology to deliver over 1 million transactions per second (tps). Essentially, QuarkChain markets itself as a peer-to-peer blockchain with a high capacity throughput to help deliver fast and secure decentralized applications.
BNS β or blockchain name system β is the protocol on the internet that turns human-comprehensible decentralized website names such as βwebsite.perlβ or βmywebsite.ethβ into addresses understandable by decentralized network machines.
QCNS is the QuarkChain Name Service, a distributed, open, and extensible naming system based on the QuarkChain blockchain.
Network | Contract Name | Contract address | Transaction hash |
---|---|---|---|
Testnet | QCNS Registry | 0x4b94640a5503f59f5A7a263769eFC1a4692CCD03f05d8fc2 | 0x7f3c6d3ec6d4cb0c7aa682d7068510b99a76cdb214d8a43d36287eb999b39f34f05d8fc2 |
Testnet | QCNS Registrar | 0xC51abE3eFC8A0fCb1f5BE597c6fAc4500ddCA7C4f05d8fc2 | 0xecf50524c1a15b5f5baba17b38148522d23971817c3587936148919fb99bf8c4f05d8fc2 |
Testnet | QCNS Resolver | 0xdd3CE9c4a87F071Df95b7c4357dBEA90D908faD0f05d8fc2 | 0x8637ff1145506e13cbd5b2e83312d1fc85c7c0a70d1444fa4a3b4c5005d24308f05d8fc2 |
QCNS plays an connecting and entry layer in Web3.0 services. It connects with QuarkChain wallet, blockchain server, decentralized content resources, and decentralized database.
QuarkChain is a high-throughput blockchain that aims to achieve hundreds of thousands TPS (Transaction per Second) through the sharding technology. It is designed to provide secure, decentralized, and scalable solution for future dApps. QuarkChain Name Service (QCNS) will be built upon QuarkChain that will interact with each of its stack layer differently.
State layer is where QuarkChain's user βstateβ, or user information and behavior, is stored. It is where users have the ability to control their own state.
QuarkChain uses EVM (Ethereum Virtual Machine) in its computation layer, which is responsible for executing complicated calculations. It is in charge of managing, checking the code of smart contract on QuarkChain. For instance, when a transaction occurs, the logic designed in EVM will determine its path that cannot be altered, making the smart contracts on QuarkChain immutable and temper-proof. Portal Network will be deploying QCNS (Smart Contract Standard) on this layer that consists 3 major components.
The design of digital assets can have more functions through combing the State Layer and Computation Layer, such as : crypto assets, and identities. Those programmable assets has many more potential usages and sub-economies within. QCNS includes three major component: a registry
, a registrar
, and a resolver
.
A registry
component stores all the information relative to a domain, and can operate the set of logics to map between the QuarkChain domains and its owners.
A registrar
component governs the domain purchase through the customized auction or trading rules.
A resolver
component processes the corresponding resources from wallet address to decentralized application or website on QuarkChain.
On the Protocol Layer, we will be presenting our BNS (Blockchain Name Service) standards that can make the QCNS more efficient and applicable. This layer integrate the logic behind QCNS (computation layer and component layer), and presents a gateway for users and developers to use and interact.
User control layer is in charge of managing private keys to communicate with the state layer. QCNS is completely decentralized, and governed by smart contracts, which allows users to have full control over their domains. Users can control, set up, and manage their digital asset with an easier and readable text.
QCNS can be easily implemented into any of the services or application on QuarkChain who wish to make decentralized user experience better. For instance, wallet that can resolve QCNS will allow users to easily send or receive QuarkChain Token (QKC); dApp that utilize QCNS will enable users to have their own digital identity that are more meaningful and valuable. We believe that QCNS is an essential components to provide a better environment for both technical and non-technical users.
Continuous updating
Launched testrpc on port 8555
Running: truffle test
(this can take a few seconds)...
Using network 'development'.
Contract: QCNS
β should allow registration of names (96ms)
β should register a domain (122ms)
β should check resolver interfaces (103ms)
β should not support a random interface
β should set resolver for node (139ms)
β should set text (197ms)
β should set address (179ms)
β should set multihash (187ms)
8 passing (3s)
--------------------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
--------------------|----------|----------|----------|----------|----------------|
contracts/ | 75 | 50 | 76 | 77.5 | |
QCNS.sol | 100 | 100 | 100 | 100 | |
QCNSRegistrar.sol | 100 | 50 | 100 | 100 | |
QCNSRegistry.sol | 78.57 | 50 | 77.78 | 80 | 68,69,96 |
QCNSResolver.sol | 66.67 | 50 | 69.23 | 68.42 |... ,98,129,140 |
--------------------|----------|----------|----------|----------|----------------|
All files | 75 | 50 | 76 | 77.5 | |
--------------------|----------|----------|----------|----------|----------------|
Istanbul coverage reports generated
Cleaning up...
Shutting down testrpc-sc (pid 87275)
Done.
See CONTRIBUTING.md for how to help out.
See LICENSE for details.