You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The world's most popular library of Solidity contracts for Ethereum and EVM blockchains. Battle-tested, community-reviewed, and trusted by thousands of projects worldwide."
60
69
/>
@@ -63,21 +72,21 @@ export default function HomePage() {
description="Enable gasless transactions and automate smart contract operations. Build better user experiences with meta-transactions and scheduled executions."
104
113
glowColor="tools"
105
114
/>
106
115
107
116
<FeatureCard
108
117
href="/openzeppelin-monitor"
109
-
icon={<ActivityIconsize={20}/>}
118
+
icon={<MonitorIconclassName="h-8 w-8"/>}
110
119
title="Monitor"
111
120
description="Real-time monitoring and alerting for your smart contracts. Get notified about important events, transactions, and state changes across multiple chains."
112
121
glowColor="tools"
@@ -117,7 +126,7 @@ export default function HomePage() {
description="Solidity smart contracts for Ethereum and EVM-compatible chains"
155
164
glowColor="evm"
156
165
/>
157
166
158
167
<EcosystemCard
159
168
href="/cairo-contracts"
160
-
icon={<StarknetIconcolorclassName="w-5 h-5"/>}
169
+
icon={<StarknetIconcolorclassName="w-7 h-7"/>}
161
170
title="Starknet"
162
171
description="Essential contracts library written in Cairo for Starknet"
163
172
glowColor="starknet"
164
173
/>
165
174
166
175
<EcosystemCard
167
176
href="/contracts-stylus"
168
-
icon={<ArbitrumIconcolorclassName="w-5 h-5"/>}
177
+
icon={<ArbitrumIconcolorclassName="w-7 h-7"/>}
169
178
title="Arbitrum Stylus"
170
179
description="Essential contracts library for Arbitrum Stylus written in Rust"
171
180
glowColor="rust"
172
181
/>
173
182
174
183
<EcosystemCard
175
184
href="/uniswap-hooks"
176
-
icon={<UniswapIconcolorclassName="w-5 h-5"/>}
185
+
icon={<UniswapIconcolorclassName="w-7 h-7"/>}
177
186
title="Uniswap Hooks"
178
187
description="Advanced Uniswap V4 hooks in Solidity"
179
188
glowColor="uniswap"
@@ -197,7 +206,7 @@ export default function HomePage() {
197
206
198
207
<EcosystemCard
199
208
href="/substrate-runtimes"
200
-
icon={<PolkadotIconcolorclassName="w-5 h-5"/>}
209
+
icon={<PolkadotIconcolorclassName="w-7 h-7"/>}
201
210
title="Polkadot"
202
211
description="ink! smart contracts for Polkadot and Substrate chains"
203
212
glowColor="polkadot"
@@ -225,7 +234,7 @@ export default function HomePage() {
225
234
{/* Ethernaut CTF as standalone */}
226
235
<BannerCard
227
236
href="https://ethernaut.openzeppelin.com/"
228
-
icon={<GamepadIconsize={32}/>}
237
+
icon={<EthernautIconclassName="h-12 w-12"/>}
229
238
title="Ethernaut CTF"
230
239
description="Learn smart contract security by hacking! A Web3/Solidity based capture-the-flag game where each level is a smart contract that needs to be 'hacked'. Perfect for learning vulnerabilities and security best practices through hands-on challenges."
231
240
badge="Interactive Learning"
@@ -246,7 +255,7 @@ export default function HomePage() {
description="Deep technical discussions, architectural questions, and detailed support. Best place for in-depth conversations about smart contract development, security patterns, and implementation details."
0 commit comments