# GetStarted
# QLC Chain Introduction
QLC Chain is a next generation public blockchain designed for the NaaS. It deploys a multidimensional Block Lattice architecture and uses virtual machines (VM) to manage and support integrated Smart Contract functionality. Additionally, QLC Chain utilizes dual consensus: Delegated Proof of Stake (DPoS), and Shannon Consensus, which is a novel consensus developed by the QLC Chain team. Through the use of this dual consensus protocol, QLC Chain is able to deliver a high number of transactions per second (TPS), massive scalability and an inherently decentralized environment for NaaS related decentralized applications (dApp). The framework of QLC Chain will enable everyone to operate network services and benefit from it.
# Config Details
For detailed instructions on configuration,please click here Config
# Node Install
go-qlc node install and start documentation can be found here
# PoV Mining
go-qlc PoV mining documentation can be found here
# RPC Interface
RPC API documentation can be found here
# CLI Introduction
CLI Introduction documentation can be found here
# Javascript SDK
you can build your own application on qlcchain with javascript sdk.
for use go-qlc javascript sdk ,you need to run a local or remote go-qlc node.
please read the documentation for more
# Golang SDK
please read the documentation for more
Install →