Skip to content

Commit

Permalink
Merge pull request #4 from Ran-ying/main
Browse files Browse the repository at this point in the history
构建文档
  • Loading branch information
guoshijiang authored Jan 27, 2023
2 parents 391978a + a7cbf02 commit 2059185
Show file tree
Hide file tree
Showing 129 changed files with 34,199 additions and 33 deletions.
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
# layer2
### 一. Layer2 研究总结资料

#### [第一章:跨链和侧链技术简单介绍](https://github.com/guoshijiang/layer2/blob/main/src/cross-chain.md)
#### [第二章:常见的几种跨链方式](https://github.com/guoshijiang/layer2/blob/main/src/normal-crosschain.md)
#### [第三章:Layer2 主要实现方式](https://github.com/guoshijiang/layer2/blob/main/src/layer2-main.md)
#### [第四章:Layer2 实现方式之状态通道](https://github.com/guoshijiang/layer2/blob/main/src/state-chain.md)
#### [第五章:Layer2 实现方式之 Plasma](https://github.com/guoshijiang/layer2/blob/main/src/plasma.md)
#### [第六章:Layer2 实现方式之 Rollup](https://github.com/guoshijiang/layer2/blob/main/src/rollup-all.md)
#### [第七章:Optimistic Rollup 和 Zk rollup 的区别联系](https://github.com/guoshijiang/layer2/blob/main/src/oz-rollup.md)
#### [第八章:欺诈证明简介](https://github.com/guoshijiang/layer2/blob/main/src/fraud-proof.md)
#### [第九章:有效证明简介](https://github.com/guoshijiang/layer2/blob/main/src/valid-proof.md)
#### [第十章:Layer2 实现方式之 Validium](https://github.com/guoshijiang/layer2/blob/main/src/validium.md)
#### [第十一章:Optimistic Rollup, Zk rollup 和 Validium总结](https://github.com/guoshijiang/layer2/blob/main/src/ozv.md)
#### [第十二章:Plasma 代表项目 Polygon](https://github.com/guoshijiang/layer2/blob/main/src/polygon.md)
#### [第十三章:Validium 代表项目 StarkEx](https://github.com/guoshijiang/layer2/blob/main/src/starkex.md)
#### [第十四章:Optimistic Rollup 代表项目 arbitrum](https://github.com/guoshijiang/layer2/blob/main/src/arbitrum.md)
#### [第十五章:Optimistic Rollup 代表项目 optimistim(Boba, Metis)](https://github.com/guoshijiang/layer2/blob/main/src/optimistim-metis-boba.md)
#### [第十六章:arbitrum 和 optimistim 对比](https://github.com/guoshijiang/layer2/blob/main/src/arbitrum-optimistim.md)
#### [第十七章:Zk Rollup 代表项目 zk sync](https://github.com/guoshijiang/layer2/blob/main/src/zksync.md)
#### [第十八章:zk sync 和 arbitrum 和 optimistim 对比](https://github.com/guoshijiang/layer2/blob/main/src/arbi-op-zk.md)
#### [第十九章:钱包接入中 Layer2 各条链的区别(Polygon, Arbitrum, Optimistim, Boba, Metis, zkSync)](https://github.com/guoshijiang/layer2/blob/main/src/layer2-chain.md)
#### [第十九章:Layer2 生态概览](https://github.com/guoshijiang/layer2/blob/main/src/layer2-eco.md)
#### [第二十章:如何设计一条 layer2 的公链](https://github.com/guoshijiang/layer2/blob/main/src/layer2-design.md)
#### [第二十一章:总结](https://github.com/guoshijiang/layer2/blob/main/src/last-ret.md)
#### [附录:零知识证明](https://github.com/guoshijiang/cryptography)


### 二. 代码

#### [第一章:Arbitrum 的 Nitro 本地网络启动与 ETH/ERC20 充提测试教程](https://github.com/guoshijiang/layer2/blob/main/code/arbitrum/setup.md)
#### [第二章:Arbitrum 的 Nitro 项目启动和交易执行源码解析](https://github.com/guoshijiang/layer2/blob/main/code/arbitrum/tx.md)
#### [第三章:Arbitrum 的 Nitro 项目 Rollup 细节深入](https://github.com/guoshijiang/layer2/blob/main/code/arbitrum/rollup.md)


### 联系作者,一起研究 Layer2,完成该书写作

Expand Down
Loading

0 comments on commit 2059185

Please sign in to comment.