File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,10 @@ INFURA_ID = yyyyyyyy; // 替换为infura节点
114
114
- New Version Gnosis Safe Contracts: < https://github.com/safe-global/safe-contracts >
115
115
116
116
gnosis safe - 4337
117
- gnosis safe - 7702
117
+ https://docs. safe.global/advanced/erc-4337/4337-safe
118
118
119
+ gnosis safe - 7702
120
+ https://docs.safe.global/advanced/eip-7702/overview
119
121
120
122
## 参考链接
121
123
Original file line number Diff line number Diff line change 83
83
assert_eq! (receipt . status (), true );
84
84
info! (" Transfer successful" );
85
85
```
86
+
87
+ 8 . 启动本地节点
88
+ ``` shell
89
+ anvil
90
+ ```
91
+
92
+ 9 . 运行项目
93
+
94
+ ``` rust
95
+ cargo run src / main . rs
96
+ ```
Original file line number Diff line number Diff line change 39
39
yarn hardhat run scripts/paymaster.js
40
40
```
41
41
42
+ ## TODO
43
+ 4337
44
+ 7702
45
+
42
46
## 文档
43
47
- eip-4337文档:4337的规范。https://eips.ethereum.org/EIPS/eip-4337
44
48
- sdk:提供了构建UserOperation,推送UserOperation的能力。源码位于https://github.com/eth-infinitism/bundler/tree/main/packages/sdk。
You can’t perform that action at this time.
0 commit comments