PolySmartChain
English
English
  • PSC Development Documentation
  • Overview
    • PolySmartChain Introduction
    • PSC Token
    • PolySmartChain Network
  • Blockchain Foundation
    • Types of Blockchain
    • Consensus Mechanism
    • GAS
    • Block
    • Account
    • WEB2 and WEB3
    • DAPP
    • Transaction
  • Economics
    • PSC Token Economics
    • PSC Token Effectiveness
  • Developer
    • Virtual Machine(EVM)
    • Deploy the First Contract
    • Release PRC-20 Token
    • Release PRC-721 Token
  • Node
    • RPC Node
    • Deploy
    • private chain
    • Developer Tools
    • Infrastructure
    • Smart Contract Libraries
  • Explorer
    • Explorer
  • Wallet
    • Supported Wallets
    • Using Metamask
    • Using TokenPocket
    • Using Imtoken
    • ImToken quick add network
  • Poly Bridge
    • PolyBridge Introduction
    • PolyBridge No-EVM Operation Tutorial
      • WDC to PSC(WDCSpace)
      • TRON to PSC(TronLink)
    • PolyBridge EVM Operation Tutorial
      • BNB Chain to PSC(MetaMask)
      • BNB Chain to PSC(Imtoken)
      • BNB Chain to PSC(TokenPocket)
    • PolyBridge Contracts
    • PolyBridge FAQ
  • DAPP
    • Swanswap
      • How to buy PSC tokens in Swanswap
      • How to Add PSC-USDT Liquidity in Swanswap
    • NFT Auction
      • Claim PolyJetClub
      • View PolyJetClub in the MetaMask Wallet
    • Social
      • Register Social
    • Mining Pool
      • Stake LP Token to Mining Pool
      • Mining Pool FAQ
    • Stake-in-farmV2
    • PolyDao Proposal Description
      • PolyDao Proposal FAQ
  • Resource
    • Resource
    • Contract
Powered by GitBook
On this page
  1. Blockchain Foundation

Types of Blockchain

PreviousPolySmartChain NetworkNextConsensus Mechanism

Last updated 3 years ago

Following are the major types of blockchain networks:

  1. Public Blockchain Network Anyone can read or write a transaction to the network, or participate in the consensus process. They are considered to be "permissionless". Every transaction is on the public network with privacy of encrypted data, which helps user's remain pseudonymous.

  2. Private Blockchain Network Private Blockchain are run and controlled by a single organisation that determines who can read, write and participate in consensus process. Since they are 100% centralised, private blockchain is useful for sandbox environments and not for Production.

  3. Semi-private Blockchain Network This network is run by a single company that grants access to any user who satisfies a pre-established criteria. Although it not truly decentralised, this solution is appealing to business-to-business use cases and government applications.

  4. Consortium Blockchain Network In a consortium blockchain, the consensus process in handled by a group of people. The right to read and write maybe public or restricted to a participant. Consortium blockchains are considered to be "permissioned blockchains" and best suited for organisations and enterprises.

Resources

Public vs Private Blockchain: A comprehensive comparison
On Public and Private Blockchain, Vitalik Buterin