Links

Lightchain

A fast Etheruem-compatible blockchain for supporting responsive DApps

Introduction

Lightchain is an Ethereum-compatible blockchain that is part of Lightstreams' technology stack. Lightchain runs with the same version of the Ethereum Virtual Machine as the Ethereum mainnet but with an alternative Tendermint consensus mechanism.
Smart contracts written for Ethereum will run seamlessly on Lightchain and developer tools and libraries written for Ethereum are compatible with Lightchain.

Tendermint Consensus

Lightchain uses a Tendermint Byzantine Fault Tolerance (BFT) consensus mechanism to achieve fast consensus on new block proposals. Using Tendermint for consensus provides a vast improvement in performance in smart contract execution. Transaction throughput is 50x faster with near-instant settlement time ensuring DApps feel responsive without slow processing times.
The Ethereum network has reached capacity causing bottlenecks for processing transactions. This has resulted in longer processing times making DApps feel painstakingly slow. Settlement is also not guaranteed. The current recommendation is to wait for 6 blocks (approx 96 secs) for confirmation that a transaction has been included in the blockchain.
The Tendermint consensus replaces the original proof-of-work (PoW) consensus of Ethereum, significantly increases the overall speed and responsiveness for DApps in two areas:
  1. 1.
    Increases the transaction throughput from approx 24 TPS to 600 TPS
  2. 2.
    Improves state finalisation from no guaranteed settlement time to a 100% guaranteed settlement time within a 3 secs.

Governance

Lightchain has on-chain governance design for managing updates. You can read more about it in the Lightstream Governance Model paper.

Open Source

Lightchain source can be accessed at the Lightchain Github repo.
We welcome feedback and involvement of the developer community in improving Lightchain.