Skip to content

Commit 1ae7a98

Browse files
committed
Add study notes for 2025-08-17
1 parent cc7153a commit 1ae7a98

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Elorze.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,37 @@ timezone: UTC+8
1515
## Notes
1616

1717
<!-- Content_START -->
18+
# 2025-08-17
19+
20+
github.com/crazyyuan/defi-fixed-yield-course/blob/main/docs/lessons
21+
22+
remix可以部署合约,这样就不用写私钥了。
23+
24+
hardhat的配置。部署到sepolia,11155111。
25+
26+
合约部署完后会有个地址。前端代码一样的配置。三个合约,vault, underlying, reward。
27+
28+
etherscan可以看到交易的详情。
29+
30+
配置,主要是由rpc网络。合约读取:走dapp配置的RPC。交易签名/广播:走钱包的RPC。
31+
32+
合约代码分装部分。读合约数据。
33+
34+
ABI:可以理解为一个接口,前端可以用哪些。合约部署完以后会有专门的ABI。如果前端要集成,就拷贝下来VAULT_ABI。
35+
36+
lido.fi
37+
38+
RUST比较难,没必要可以不学。
39+
40+
读了一下github链接。
41+
42+
| **特性** | **P2P同步** | **C/S同步** |
43+
| -------- | ----------- | ----------- |
44+
| **控制方式** | 去中心化,节点自治 | 中心化服务器主导 |
45+
| **容错性** | 高,无单点故障 | 依赖服务器稳定性 |
46+
| **扩展性** | 随节点增加而增强 | 受服务器带宽限制 |
47+
| **延迟** | 可能较高(需多跳传播) | 通常较低(直连服务器) |
48+
1849
# 2025-08-15
1950

2051
gas机制

0 commit comments

Comments
 (0)