Skip to content

Commit 814b39b

Browse files
committed
fix the readme
1 parent e4c4edb commit 814b39b

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

basic/25-multi-sig-wallet/README-CN.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ INFURA_ID = yyyyyyyy; // 替换为infura节点
114114
- New Version Gnosis Safe Contracts: <https://github.com/safe-global/safe-contracts>
115115

116116
gnosis safe - 4337
117-
gnosis safe - 7702
117+
https://docs.safe.global/advanced/erc-4337/4337-safe
118118

119+
gnosis safe - 7702
120+
https://docs.safe.global/advanced/eip-7702/overview
119121

120122
## 参考链接
121123

basic/38-alloy-rust/readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,14 @@
8383
assert_eq!(receipt.status(), true);
8484
info!("Transfer successful");
8585
```
86+
87+
8. 启动本地节点
88+
```shell
89+
anvil
90+
```
91+
92+
9. 运行项目
93+
94+
```rust
95+
cargo run src/main.rs
96+
```

basic/49-aa/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ yarn
3939
yarn hardhat run scripts/paymaster.js
4040
```
4141

42+
## TODO
43+
4337
44+
7702
45+
4246
## 文档
4347
- eip-4337文档:4337的规范。https://eips.ethereum.org/EIPS/eip-4337
4448
- sdk:提供了构建UserOperation,推送UserOperation的能力。源码位于https://github.com/eth-infinitism/bundler/tree/main/packages/sdk。

0 commit comments

Comments
 (0)