File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -77,3 +77,4 @@ zksync 源码分析: https://www.jianshu.com/u/ac3aed07477e
77
77
李星L2 - zkSync源代码导读: https://zhuanlan.zhihu.com/p/343212894
78
78
以太坊 Layer 2 扩容方案及用例综述: https://mp.weixin.qq.com/s/TxZ5W9rx6OF8qB4ZU9XrKA
79
79
zkSync2.0 example : https://v2-docs.zksync.io/dev/guide/hello-world.html
80
+ zksync-101: https://hacken.io/discover/zksync-101-everything-you-need-to-know-about-l2-blockchain/
Original file line number Diff line number Diff line change 13
13
部署erc20合约:
14
14
```
15
15
npx hardhat deploy-zksync --script erc20/deploy.ts
16
- ```
16
+ ```
17
+
18
+
19
+
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ Participants
14
14
3 . Liquidators
15
15
当staker没有足够的余额支付给运营商时,通过向stakers发出信号,来保持网络的偿付能力。清算人因成功清算而获得SSV代币的补偿。
16
16
17
+ ## verkel
18
+ https://verkle.info/
19
+ https://www.youtube.com/watch?v=jqVaycBINdc
20
+
21
+
17
22
18
23
## 参考链接
19
24
- 了解合并后奖励: https://www.attestant.io/posts/understanding-post-merge-rewards/
You can’t perform that action at this time.
0 commit comments