Skip to content

Commit 6fc0a3f

Browse files
committed
add images
1 parent 805e120 commit 6fc0a3f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

l2s/aa-by-chain.png

136 KB
Loading

l2s/aa-by-project.png

154 KB
Loading

l2s/how-to-create-your-own-4337-metrics.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For a more streamlined approach to analyzing Account Abstraction data, you can u
101101

102102
First, you'll need to [get an API key](https://docs.opensource.observer/docs/get-started/python) to access the data.
103103

104-
<img width="2492" height="1124" alt="image" src="https://github.com/user-attachments/assets/cbfeed2a-991f-4eeb-8215-f22a87cad8e7" />
104+
![](pyoso-api-key.png)
105105

106106
Then, install the pyoso library and set up your environment:
107107

@@ -163,6 +163,8 @@ ORDER BY bucket_day DESC, userops_count DESC
163163
""")
164164
```
165165

166+
![](aa-by-project.png)
167+
166168
### Example: Chain-by-Chain Activity Analysis
167169

168170
Analyze Account Abstraction activity across different Superchain networks:
@@ -184,11 +186,11 @@ ORDER BY total_userops DESC
184186
""")
185187
```
186188

187-
<img width="1601" height="798" alt="image" src="https://github.com/user-attachments/assets/8fe0b494-bf4f-4ff2-8f07-ad4bf6d47393" />
188-
189-
---
189+
![](aa-by-chain.png)
190190

191191
For a longer tutorial on Account Abstraction analysis using pyoso, check out the [Monitor Account Abstraction Adoption tutorial](https://docs.opensource.observer/docs/tutorials/account-abstraction/) which covers user operations, paymaster analysis, and cross-chain activity patterns.
192192

193193

194+
---
195+
194196
Thanks for reading and feel free to outreach to Superchain 4337 Team in case any questions or ideas arise!

l2s/pyoso-api-key.png

195 KB
Loading

0 commit comments

Comments
 (0)