Skip to content

Commit 929d643

Browse files
Merge pull request #562 from liberhe/dev
add stareware task
2 parents 60202f7 + 12f6384 commit 929d643

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
139139
32. [chainlink-keeper](basic/32-chainlink-keeper/README.md)
140140
33. [pooltogether](basic/33-pooltogether/README.md)
141141
34. [subgraph](basic/34-subgraph/readme.md)
142-
35. [NYM](https://myz1237.substack.com/p/nymwhitepaper?r=uaq4w&utm_campaign=post&utm_medium=web&utm_source=)
142+
35. [StarkNet](https://starkware.co/starknet/)
143+
欢迎提交 PR,[添加新的基础任务或者更新上面的任务](https://github.com/rebase-network/Dapp-Learning/issues/new)
143144
36. [NFT FileCoin](basic/36-nft-ipfs/README.md)
144145
37. [Charm.fi](https://github.com/charmfinance/alpha-vaults-contracts)
145146
38. [Flashbots provider with ethers.js](https://github.com/flashbots/ethers-provider-flashbots-bundle)
@@ -169,12 +170,13 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
169170
63. [HTLC-crosschain](https://yuanxuxu.com/2020/08/05/%E5%8C%BA%E5%9D%97%E9%93%BE%E8%B7%A8%E9%93%BE%E6%8A%80%E6%9C%AF%E4%B9%8B%E5%93%88%E5%B8%8C%E6%97%B6%E9%97%B4%E9%94%81/)
170171
64. [Web3-Rust](https://github.com/tomusdrw/rust-web3)
171172
65. [ZK-NFT](https://github.com/kevinz917/zk-NFT)
172-
66. [Kleros](https://kleros.io/)
173-
67. [Go-Ethereum Code Analysis](https://geth.ethereum.org/)
174-
68. [Config discord with Collab.land](https://collabland.freshdesk.com/support/solutions/articles/70000036689-discord-bot-walkthrough)
175-
69. [Tenderly](https://dashboard.tenderly.co/explorer)
173+
66. [Kleros](https://kleros.io/)
174+
67. [Go-Ethereum Code Analysis](https://geth.ethereum.org/)
175+
68. [Config discord with Collab.land](https://collabland.freshdesk.com/support/solutions/articles/70000036689-discord-bot-walkthrough)
176+
69. [Decentralized OTC](https://github.com/DOTCPro)
177+
70. [Tenderly](https://dashboard.tenderly.co/explorer)
178+
71. [NYM](https://myz1237.substack.com/p/nymwhitepaper?r=uaq4w&utm_campaign=post&utm_medium=web&utm_source=)
176179

177-
欢迎提交 PR,[添加新的基础任务或者更新上面的任务](https://github.com/rebase-network/Dapp-Learning/issues/new)
178180

179181
## 项目任务
180182

basic/27-Arbitrum-layer2/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ Optimism 的争议解决过程比 Arbitrum 更简单、更快捷,因为它只
2626
AVM 与 EVM 的不同:
2727
AVM 既支持执行交易,又支持证明(L1 合约相信某个断言是真的)
2828

29+
## 开发
30+
### L1 to L2 messaging
31+
https://github.com/OffchainLabs/arbitrum-tutorials/tree/master/packages/greeter
32+
### L2 to L1 messaging
33+
https://github.com/OffchainLabs/arbitrum-tutorials/tree/master/packages/outbox-execute
34+
35+
### Gotchas
36+
Block Numbers: Arbitrum vs. Ethereum
37+
一个以太坊block可能包含多个arbi的多个block
38+
blocktimestamp使用的是layer1的;
39+
40+
一些常用地址:
41+
https://developer.offchainlabs.com/docs/useful_addresses
42+
43+
44+
2945
## 执行测试
3046

3147
- 安装依赖
Binary file not shown.

basic/67-Go-Ethereum-Code-Analysis/readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
各自建文件夹填充内容
44
## 白皮书
5+
https://godorz.info/2021/10/ethereum-yellow-paper/
6+
https://mirror.xyz/0x56706F118e42AE069F20c5636141B844D1324AE1/Muq3LyriRK731jEj4jz3halgSu8BIlag4_637-hkeEg
57

68
## 共识算法
79

@@ -14,3 +16,4 @@
1416

1517

1618
## 参考链接
19+
laizy以太坊源码解析: https://github.com/laizy/ethereum-review

0 commit comments

Comments
 (0)