@@ -54,6 +54,10 @@ export const Code: IResourceSection[] = [
54
54
name : "ioPay userop-swift" ,
55
55
url : `https://github.com/iotexproject/userop-swift` ,
56
56
} ,
57
+ {
58
+ name : "Alchemy AA SDK" ,
59
+ url : `https://github.com/alchemyplatform/aa-sdk`
60
+ }
57
61
] ,
58
62
} ,
59
63
{
@@ -99,6 +103,14 @@ export const Code: IResourceSection[] = [
99
103
name : "Etherspot" ,
100
104
url : `https://github.com/etherspot/etherspot-contracts/` ,
101
105
} ,
106
+ {
107
+ name : "Light Account" ,
108
+ url : "https://github.com/alchemyplatform/light-account"
109
+ } ,
110
+ {
111
+ name : "Alchemy Modular Account" ,
112
+ url : "https://github.com/alchemyplatform/modular-account"
113
+ }
102
114
] ,
103
115
} ,
104
116
{
@@ -113,7 +125,7 @@ export const Code: IResourceSection[] = [
113
125
url : `https://github.com/candidelabs/Candide-bundler-and-paymaster-RPC`
114
126
} ,
115
127
{
116
- name : `Rust Implementation` ,
128
+ name : `Silius: Rust Implementation` ,
117
129
url : `https://github.com/Vid201/silius/`
118
130
} ,
119
131
{
@@ -132,6 +144,10 @@ export const Code: IResourceSection[] = [
132
144
name : `Transeptor: TypeScript Implementation` ,
133
145
url : `https://github.com/transeptorlabs/transeptor-bundler`
134
146
} ,
147
+ {
148
+ name : `Rundler: Rust Implementation` ,
149
+ url : `https://github.com/alchemyplatform/rundler`
150
+ } ,
135
151
]
136
152
} ,
137
153
{
0 commit comments