Skip to content

Commit 4508f06

Browse files
committed
add blockchain layer-0,1,2,3 blog
1 parent 86641f9 commit 4508f06

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

website/blog/2022-06-17-UniChain-Release-Version-2.0.7.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2+
title: UniChain Release the new verison 2.0.7
23
author: Henry Nguyen
34
authorURL: https://twitter.com/Henry_ngv
45
authorImageUrl: ../../../../img/blog/identity-01.png
56
---
67

7-
# UniChain releases new version 2.0.7
8-
98
UniChain has released a new version 2.0.7 as the active development. There were some bugs fixed and features added to this version, including:
109

1110
### Release the native URC-20 token
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: What is blockchain layer-0, 1, 2 and 3
3+
author: Henry Nguyen
4+
authorURL: https://twitter.com/Henry_ngv
5+
authorImageUrl: ../../../../img/blog/identity-01.png
6+
---
7+
8+
There are many different opinions on blockchain layer-0, 1, 2 and 3, but in general, they are divided into the following categories:
9+
10+
### Blockchain layer 0:
11+
Layer 0 is the base of blockchain, It serves as the root layer, allowing cross-chain interoperability with all Layer 1 protocols like ETH, BNB, ADA … This layer includes the Cosmos, Polkadot and UniChain platform.
12+
13+
### Blockchain layer 1:
14+
Layer 1 is the implementation layer, It can be derived from layer 0 or use protocol from layer-0 to maintain the decentralized functionality. Blockchain network like ETH, BTC, UNW … are called the layer-1 blockchain
15+
16+
### Blockchain layer 2:
17+
Focus on improving the scalability of layer-1 blockchain. Blockchain like AVAX, Polygon ... are the layer-2 blockchain
18+
19+
### Blockchain layer 3:
20+
Also referred to as the “application layer”. The main task of this layer is to host the Dapps and many other protocols that enable other apps. Smart contract, Gamefi, Defi application … are the layer 3.
21+
22+
However, personally, I think the concept of layer-0 blockchain is incorrect. Blockchain layer-0 should be the hardware infrastructure such as the computational units, network station, server, mobile devices … or the hardware wallet.
23+
The protocol such as p2p communication, turing machine, consensus algorithm … are software based and should be included in any blockchain layer-1 platform. If It does not link or be used in any decentralized infrastructure then It’s just a library, software module, protocol and function nothing.

0 commit comments

Comments
 (0)