Skip to content

πŸ“˜πŸŒ Documents and implementations for the QuarkChain Name Service.

License

Notifications You must be signed in to change notification settings

PortalNetwork/qcns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QuarkChain Name Service

πŸ“–πŸ” Documents of the QuarkChain Name Service.

πŸ’‘ What is QuarkChain?

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.

πŸ’‘ What is BNS?

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.

πŸ“ Description

QCNS is the QuarkChain Name Service, a distributed, open, and extensible naming system based on the QuarkChain blockchain.

πŸ“š Documents

Table of Contents

πŸ“ Guideline

Testnet Contract

Network Contract Name Contract address Transaction hash
Testnet QCNS Registry 0x4b94640a5503f59f5A7a263769eFC1a4692CCD03f05d8fc2 0x7f3c6d3ec6d4cb0c7aa682d7068510b99a76cdb214d8a43d36287eb999b39f34f05d8fc2
Testnet QCNS Registrar 0xC51abE3eFC8A0fCb1f5BE597c6fAc4500ddCA7C4f05d8fc2 0xecf50524c1a15b5f5baba17b38148522d23971817c3587936148919fb99bf8c4f05d8fc2
Testnet QCNS Resolver 0xdd3CE9c4a87F071Df95b7c4357dBEA90D908faD0f05d8fc2 0x8637ff1145506e13cbd5b2e83312d1fc85c7c0a70d1444fa4a3b4c5005d24308f05d8fc2

πŸ“ QCNS in Web3.0

QCNS plays an connecting and entry layer in Web3.0 services. It connects with QuarkChain wallet, blockchain server, decentralized content resources, and decentralized database. QCNS

QuarkChain Technical Stack

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. QuarkChain Tech Stack

State Layer

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 Tech Stack

Computation Layer

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. QuarkChain Tech Stack

Component Layer

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. QuarkChain Tech Stack

Protocol Layer

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. QuarkChain Tech Stack

User Control Layer

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. QuarkChain Tech Stack

Application Layer

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. QuarkChain Tech Stack

βš™οΈ QCNS smart contract test coverage

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.

Resources

πŸ“£ Contributing

See CONTRIBUTING.md for how to help out.

πŸ—’ Licence

See LICENSE for details.

About

πŸ“˜πŸŒ Documents and implementations for the QuarkChain Name Service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published