@@ -94,7 +94,7 @@ import { RpcSelector } from '../../src/components';
94
94
<h3 className = " text-base font-bold text-neutral-800 dark:text-neutral-200" >Configure Your Wallet</h3 >
95
95
</div >
96
96
<div className = " flex flex-col gap-2" >
97
- <a href = " https://seinetwork.io/seichain " target = " _blank " rel = " noopener noreferrer " className = " flex items-center text-sm text-neutral-700 dark:text-neutral-300 hover:text-red-500 dark:hover:text-red-400 transition-colors" >
97
+ <a href = " /evm/sei-global-wallet " className = " flex items-center text-sm text-neutral-700 dark:text-neutral-300 hover:text-red-500 dark:hover:text-red-400 transition-colors" >
98
98
<IconChevronRight className = " h-3 w-3 mr-1" />
99
99
<span >Install Sei Global Wallet</span >
100
100
</a >
@@ -113,7 +113,7 @@ import { RpcSelector } from '../../src/components';
113
113
<h3 className = " text-base font-bold text-neutral-800 dark:text-neutral-200" >Get Test Tokens</h3 >
114
114
</div >
115
115
<div className = " flex flex-col gap-2" >
116
- <a href = " https:/ /faucet.sei.io/ " target = " _blank " rel = " noopener noreferrer " className = " flex items-center text-sm text-neutral-700 dark:text-neutral-300 hover:text-red-500 dark:hover:text-red-400 transition-colors" >
116
+ <a href = " /learn /faucet" className = " flex items-center text-sm text-neutral-700 dark:text-neutral-300 hover:text-red-500 dark:hover:text-red-400 transition-colors" >
117
117
<IconChevronRight className = " h-3 w-3 mr-1" />
118
118
<span >Visit Sei Faucet</span >
119
119
</a >
@@ -136,7 +136,7 @@ import { RpcSelector } from '../../src/components';
136
136
<IconChevronRight className = " h-3 w-3 mr-1" />
137
137
<span >EVM General Guide</span >
138
138
</a >
139
- <a href = " https://github.com/sei-protocol/sei-evm-templates " target = " _blank " rel = " noopener noreferrer " className = " flex items-center text-sm text-neutral-700 dark:text-neutral-300 hover:text-red-500 dark:hover:text-red-400 transition-colors" >
139
+ <a href = " https://github.com/sei-protocol/sei-chain/tree/main/example " className = " flex items-center text-sm text-neutral-700 dark:text-neutral-300 hover:text-red-500 dark:hover:text-red-400 transition-colors" >
140
140
<IconChevronRight className = " h-3 w-3 mr-1" />
141
141
<span >Project Templates</span >
142
142
</a >
@@ -145,64 +145,6 @@ import { RpcSelector } from '../../src/components';
145
145
</div >
146
146
</div >
147
147
148
- <div className = " mb-4" >
149
- <h2 className = " text-2xl font-bold mb-6" >Development Tools</h2 >
150
- <div className = " grid grid-cols-1 md:grid-cols-2 gap-6" >
151
- <a href = " /evm/evm-hardhat" className = " group flex flex-col justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 hover:shadow-md transition-all" >
152
- <div >
153
- <div className = " w-12 h-12 rounded-lg bg-red-500/10 flex items-center justify-center mb-4" >
154
- <IconTerminal2 className = " h-6 w-6 text-red-500" />
155
- </div >
156
- <h3 className = " text-xl font-bold mb-2" >Deploy with Hardhat</h3 >
157
- <p className = " text-neutral-600 dark:text-neutral-400 mb-4" >
158
- Deploy smart contracts on Sei EVM using Hardhat. Simple setup, fast results.
159
- </p >
160
- </div >
161
- <div className = " flex items-center text-red-500 font-medium" >
162
- <span >Start tutorial</span >
163
- <IconArrowRight className = " h-4 w-4 ml-1 group-hover:ml-2 transition-all" />
164
- </div >
165
- </a >
166
-
167
- <a href = " /evm/evm-foundry" className = " group flex flex-col justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 hover:shadow-md transition-all" >
168
- <div >
169
- <div className = " w-12 h-12 rounded-lg bg-red-500/10 flex items-center justify-center mb-4" >
170
- <IconPackage className = " h-6 w-6 text-red-500" />
171
- </div >
172
- <h3 className = " text-xl font-bold mb-2" >Deploy with Foundry</h3 >
173
- <p className = " text-neutral-600 dark:text-neutral-400 mb-4" >
174
- Use Foundry to build and deploy on Sei EVM. Fast testing, simple deployment.
175
- </p >
176
- </div >
177
- <div className = " flex items-center text-red-500 font-medium" >
178
- <span >Start tutorial</span >
179
- <IconArrowRight className = " h-4 w-4 ml-1 group-hover:ml-2 transition-all" />
180
- </div >
181
- </a >
182
- </div >
183
- </div >
184
- </div >
185
-
186
- <div className = " p-6 rounded-xl bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50" >
187
- <div className = " flex items-center mb-4" >
188
- <div className = " mr-3 w-6 h-6 bg-gradient-to-br from-red-400/20 to-red-500/20 rounded-md shadow-sm flex items-center justify-center" >
189
- <IconServer className = " w-4 h-4 text-red-500" />
190
- </div >
191
- <h2 className = " text-xl font-medium text-neutral-800 dark:text-white" >RPC Endpoints</h2 >
192
- </div >
193
-
194
- <p className = " text-neutral-700 dark:text-neutral-300 mb-4" >
195
- Choose from official Sei Foundation endpoints or community-maintained alternatives. All endpoints support standard EVM JSON-RPC methods. Public endpoints have rate limits—for production apps, consider using a dedicated RPC provider or <a href = " /evm/networks#running-a-node" className = " text-red-500 hover:text-red-600 dark:hover:text-red-400" >running your own node</a >.
196
- </p >
197
-
198
- <RpcSelector />
199
-
200
- <div className = " mt-4 flex justify-end" >
201
- <a href = " /evm/networks" className = " text-sm flex items-center text-neutral-700 hover:text-red-500 dark:text-neutral-300 dark:hover:text-red-400 transition-colors" >
202
- <span >View all network details</span >
203
- <IconArrowRight className = " h-3.5 w-3.5 ml-1" />
204
- </a >
205
- </div >
206
148
</div >
207
149
208
150
<div >
@@ -233,4 +175,56 @@ import { RpcSelector } from '../../src/components';
233
175
</a >
234
176
</div >
235
177
</div >
178
+
179
+ <div >
180
+ <h2 className = " text-2xl font-bold mb-6" >Development Tools</h2 >
181
+ <div className = " grid grid-cols-1 md:grid-cols-2 gap-6" >
182
+ <a href = " /evm/evm-hardhat" className = " group flex flex-col justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 hover:shadow-md transition-all" >
183
+ <div >
184
+ <div className = " w-12 h-12 rounded-lg bg-red-500/10 flex items-center justify-center mb-4" >
185
+ <IconTerminal2 className = " h-6 w-6 text-red-500" />
186
+ </div >
187
+ <h3 className = " text-xl font-bold mb-2" >Deploy with Hardhat</h3 >
188
+ <p className = " text-neutral-600 dark:text-neutral-400 mb-4" >
189
+ Deploy smart contracts on Sei EVM using Hardhat. Simple setup, fast results.
190
+ </p >
191
+ </div >
192
+ <div className = " flex items-center text-red-500 font-medium" >
193
+ <span >Start tutorial</span >
194
+ <IconArrowRight className = " h-4 w-4 ml-1 group-hover:ml-2 transition-all" />
195
+ </div >
196
+ </a >
197
+
198
+ <a href = " /evm/evm-foundry" className = " group flex flex-col justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 hover:shadow-md transition-all" >
199
+ <div >
200
+ <div className = " w-12 h-12 rounded-lg bg-red-500/10 flex items-center justify-center mb-4" >
201
+ <IconPackage className = " h-6 w-6 text-red-500" />
202
+ </div >
203
+ <h3 className = " text-xl font-bold mb-2" >Deploy with Foundry</h3 >
204
+ <p className = " text-neutral-600 dark:text-neutral-400 mb-4" >
205
+ Use Foundry to build and deploy on Sei EVM. Fast testing, simple deployment.
206
+ </p >
207
+ </div >
208
+ <div className = " flex items-center text-red-500 font-medium" >
209
+ <span >Start tutorial</span >
210
+ <IconArrowRight className = " h-4 w-4 ml-1 group-hover:ml-2 transition-all" />
211
+ </div >
212
+ </a >
213
+ </div >
214
+ </div >
215
+
216
+ <div className = " p-6 rounded-xl bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50" >
217
+ <div className = " flex items-center mb-4" >
218
+ <div className = " mr-3 w-6 h-6 bg-gradient-to-br from-red-400/20 to-red-500/20 rounded-md shadow-sm flex items-center justify-center" >
219
+ <IconServer className = " w-4 h-4 text-red-500" />
220
+ </div >
221
+ <h2 className = " text-xl font-medium text-neutral-800 dark:text-white" >RPC Endpoints</h2 >
222
+ </div >
223
+
224
+ <p className = " text-neutral-700 dark:text-neutral-300 mb-4" >
225
+ Choose from official Sei Foundation endpoints or community-maintained alternatives. All endpoints support standard EVM JSON-RPC methods. Public endpoints have rate limits—for production apps, consider using a dedicated RPC provider or <a href = " /evm/networks#running-a-node" className = " text-red-500 hover:text-red-600 dark:hover:text-red-400" >running your own node</a >.
226
+ </p >
227
+
228
+ <RpcSelector />
229
+ </div >
236
230
</div >
0 commit comments