-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
603 lines (603 loc) · 31.3 KB
/
docs.json
File metadata and controls
603 lines (603 loc) · 31.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Sei Docs",
"description": "Official documentation for Sei — the high-performance EVM blockchain with sub-second finality, parallel execution, and full Ethereum compatibility.",
"colors": {
"primary": "#600014",
"light": "#b99ba1",
"dark": "#34050d"
},
"background": {
"color": {
"light": "#f5f5f7",
"dark": "#000000"
}
},
"appearance": {
"default": "dark"
},
"favicon": "/favicon.svg",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "/"
},
"fonts": {
"family": "Inter"
},
"styling": {
"eyebrows": "breadcrumbs",
"codeblocks": "dark"
},
"navigation": {
"tabs": [
{
"tab": "Learn",
"groups": [
{
"group": "Getting Started",
"pages": [
"learn/index",
"learn/user-quickstart",
"learn/dev-chains",
"learn/dev-token-standards",
"learn/dev-gas",
"learn/accounts",
"learn/sip-03-migration"
]
},
{
"group": "Core Architecture",
"pages": [
"learn/twin-turbo-consensus",
"learn/parallelization-engine",
"learn/seidb"
]
},
{
"group": "Network Tools & Providers",
"pages": [
"learn/wallets",
"learn/rpc-providers",
"learn/explorers",
"learn/faucet",
"learn/indexers",
"learn/oracles"
]
},
{
"group": "Governance",
"pages": [
"learn/general-governance",
"learn/proposals",
"learn/general-staking"
]
},
{
"group": "Interoperability",
"pages": [
"learn/dev-interoperability",
"learn/pointers"
]
},
{
"group": "Sei Giga Upgrade",
"pages": [
"learn/sei-giga",
"learn/sei-giga-specs",
"learn/sei-giga-developers"
]
},
{
"group": "Resources",
"pages": [
"learn/hardware-wallets",
"learn/ledger-setup",
"learn/general-brand-kit"
]
}
]
},
{
"tab": "EVM",
"groups": [
{
"group": "Overview",
"pages": ["evm/index"]
},
{
"group": "Essentials",
"pages": [
"evm/networks",
"evm/differences-with-ethereum",
"evm/migrate-from-other-evms",
"evm/migrate-from-solana"
]
},
{
"group": "seid CLI",
"pages": [
"evm/installing-seid-cli",
"evm/querying-the-evm",
"evm/transactions-with-seid",
"evm/changelog"
]
},
{
"group": "Frontend Development",
"pages": [
"evm/sei-global-wallet",
"evm/building-a-frontend",
"evm/in-app-swaps"
]
},
{
"group": "Smart Contracts",
"pages": [
"evm/evm-general",
"evm/evm-hardhat",
"evm/evm-foundry",
"evm/evm-wizard",
"evm/solidity-resources",
{
"group": "Best Practices",
"pages": [
"evm/best-practices/optimizing-for-parallelization",
"evm/best-practices/zeroing-stale-state"
]
},
"evm/debugging-contracts",
{
"group": "Debug Tracing",
"pages": [
"evm/tracing/index",
"evm/tracing/javascript-tracers",
"evm/tracing/troubleshooting"
]
},
"evm/evm-verify-contracts",
{
"group": "Precompiles",
"pages": [
"evm/precompiles/example-usage",
"evm/precompiles/distribution",
"evm/precompiles/governance",
"evm/precompiles/json",
"evm/precompiles/oracle",
"evm/precompiles/staking",
"evm/precompiles/p256-precompile",
{
"group": "Cosmos",
"pages": [
"evm/precompiles/cosmwasm-precompiles/example-usage",
"evm/precompiles/cosmwasm-precompiles/addr",
"evm/precompiles/cosmwasm-precompiles/bank",
"evm/precompiles/cosmwasm-precompiles/cosmwasm",
"evm/precompiles/cosmwasm-precompiles/ibc",
"evm/precompiles/cosmwasm-precompiles/pointer",
"evm/precompiles/cosmwasm-precompiles/pointerview"
]
}
]
}
]
},
{
"group": "sei-js Library",
"pages": [
"evm/sei-js/index",
"evm/sei-js/create-sei",
"evm/sei-js/ledger"
]
},
{
"group": "Videos",
"pages": ["evm/videos"]
},
{
"group": "Ecosystem Tutorials",
"pages": [
{
"group": "Indexers",
"pages": [
"evm/indexer-providers/the-graph",
"evm/indexer-providers/goldsky",
"evm/indexer-providers/goldrush",
"evm/indexer-providers/dune-sim",
"evm/indexer-providers/moralis"
]
},
{
"group": "Wallet Integrations",
"pages": [
"evm/wallet-integrations/thirdweb",
"evm/wallet-integrations/thirdweb-7702",
"evm/wallet-integrations/particle",
"evm/wallet-integrations/pimlico"
]
},
{
"group": "Bridging",
"pages": [
"evm/bridging/layerzero",
"evm/bridging/thirdweb"
]
},
{
"group": "AI Tooling",
"pages": [
"evm/ai-tooling/mcp-server",
"evm/ai-tooling/cambrian-agent-kit",
"evm/ai-tooling/agentic-wallets"
]
},
"evm/usdc-on-sei",
"evm/x402",
"evm/dune",
{
"group": "Oracles",
"pages": [
"evm/oracles/chainlink",
"evm/oracles/redstone",
"evm/oracles/api3",
"evm/oracles/pyth-network"
]
},
{
"group": "VRF",
"pages": ["evm/vrf/pyth-network-vrf"]
}
]
},
{
"group": "Reference",
"pages": [
"evm/transactions",
"evm/reference",
"evm/tokens",
"evm/analytics-setup",
"evm/ecosystem-contracts"
]
},
{
"group": "Hardware Wallets",
"pages": ["evm/ledger-ethers"]
}
]
},
{
"tab": "Cosmos-SDK",
"groups": [
{
"group": "Cosmos-SDK",
"pages": ["cosmos-sdk/index"]
}
]
},
{
"tab": "Nodes",
"groups": [
{
"group": "Overview",
"pages": ["node/index"]
},
{
"group": "Node Operations",
"pages": [
"node/node-operators",
"node/seictl",
"node/statesync",
"node/snapshot",
"node/node-types",
"node/troubleshooting",
"node/swagger",
"node/validators"
]
},
{
"group": "Advanced Operations",
"pages": [
"node/advanced-config-monitoring",
"node/rocksdb-backend",
"node/technical-reference"
]
}
]
}
],
"global": {
"anchors": []
}
},
"navbar": {
"links": [
{
"label": "Developer Hub",
"href": "https://www.sei.io/developers"
},
{
"label": "GitHub",
"href": "https://github.com/sei-protocol"
}
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"x": "https://x.com/SeiNetwork",
"github": "https://github.com/sei-protocol",
"discord": "https://discord.com/invite/sei",
"linkedin": "https://www.linkedin.com/company/sei-network",
"telegram": "https://t.me/seinetwork",
"website": "https://www.sei.io"
},
"links": [
{
"header": "Developers",
"items": [
{ "label": "Developer Hub", "href": "https://www.sei.io/developers" },
{ "label": "GitHub", "href": "https://github.com/sei-protocol" },
{ "label": "Builder Toolkit", "href": "https://sei-foundation.notion.site/Sei-Ecosystem-Builders-Toolkit-836deaebca204452909d0bf9365d8116" },
{ "label": "Builder Chat", "href": "https://t.me/+KZdhZ1eE-G01NmZk" }
]
},
{
"header": "Ecosystem",
"items": [
{ "label": "Dashboard", "href": "https://dashboard.sei.io" },
{ "label": "Ecosystem Hub", "href": "https://www.sei.io/ecosystem" },
{ "label": "Join the Ecosystem", "href": "https://sei-forms.typeform.com/join-ecosystem" },
{ "label": "Bridge", "href": "https://dashboard.sei.io/bridge" },
{ "label": "Stake", "href": "https://dashboard.sei.io/stake" }
]
},
{
"header": "Explorers",
"items": [
{ "label": "Seitrace", "href": "https://seitrace.com" },
{ "label": "Seiscan", "href": "https://www.seiscan.app" },
{ "label": "Mintscan", "href": "https://www.mintscan.io/sei" }
]
},
{
"header": "Community",
"items": [
{ "label": "X (Twitter)", "href": "https://x.com/SeiNetwork" },
{ "label": "Discord", "href": "https://discord.com/invite/sei" },
{ "label": "Telegram", "href": "https://t.me/seinetwork" },
{ "label": "Blog", "href": "https://blog.sei.io" },
{ "label": "Brand Kit", "href": "/learn/general-brand-kit" }
]
}
]
},
"seo": {
"metatags": {
"og:site_name": "Sei Docs",
"og:image": "/assets/docs-banner.png",
"twitter:site": "@SeiNetwork",
"twitter:creator": "@SeiNetwork",
"twitter:card": "summary_large_image"
},
"indexing": "navigable"
},
"search": {
"prompt": "Search the Sei docs..."
},
"redirects": [
{ "source": "/cosmos/:path*", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmwasm/:path*", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/seichain/:path*", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/sei-protocol/:path*", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmos-sdk/api/:path*", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/evm/bridging", "destination": "/evm/bridging/layerzero", "permanent": true },
{ "source": "/evm/wallet-integrations", "destination": "/evm/wallet-integrations/thirdweb", "permanent": true },
{ "source": "/evm/indexer-providers", "destination": "/evm/indexer-providers/the-graph", "permanent": true },
{ "source": "/evm/ai-tooling", "destination": "/evm/ai-tooling/mcp-server", "permanent": true },
{ "source": "/evm/agent-kits", "destination": "/evm/ai-tooling/cambrian-agent-kit", "permanent": true },
{ "source": "/evm/agent-kits/cambrian-agent-kit", "destination": "/evm/ai-tooling/cambrian-agent-kit", "permanent": true },
{ "source": "/evm/cosmwasm-precompiles", "destination": "/evm/precompiles/cosmwasm-precompiles/example-usage", "permanent": true },
{ "source": "/evm/cosmwasm-precompiles/:slug*", "destination": "/evm/precompiles/cosmwasm-precompiles/:slug*", "permanent": true },
{ "source": "/evm/bridging/tasks/:task*", "destination": "/evm/bridging/layerzero", "permanent": true },
{ "source": "/evm/debugging-with-seid", "destination": "/evm/debugging-contracts", "permanent": true },
{ "source": "/evm/evm-transactions", "destination": "/evm/transactions", "permanent": true },
{ "source": "/evm/pointers", "destination": "/evm/reference", "permanent": true },
{ "source": "/evm/pointers/:slug*", "destination": "/evm/reference", "permanent": true },
{ "source": "/evm/artifacts", "destination": "/evm/debugging-contracts", "permanent": true },
{ "source": "/evm/contracts", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/evm/cache", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/evm/test", "destination": "/evm/debugging-contracts", "permanent": true },
{ "source": "/evm/precompiles", "destination": "/evm/precompiles/example-usage", "permanent": true },
{ "source": "/evm/precompiles/cosmwasm-precompiles", "destination": "/evm/precompiles/cosmwasm-precompiles/example-usage", "permanent": true },
{ "source": "/evm/precompiles/artifacts/:path*", "destination": "/evm/debugging-contracts", "permanent": true },
{ "source": "/evm/MyContract.json", "destination": "/evm/debugging-contracts", "permanent": true },
{ "source": "/evm/best-practices", "destination": "/evm/best-practices/optimizing-for-parallelization", "permanent": true },
{ "source": "/evm/optimizing-for-parallelization", "destination": "/evm/best-practices/optimizing-for-parallelization", "permanent": true },
{ "source": "/evm/oracles", "destination": "/evm/oracles/chainlink", "permanent": true },
{ "source": "/evm/vrf", "destination": "/evm/vrf/pyth-network-vrf", "permanent": true },
{ "source": "/evm/precompiles/p256", "destination": "/evm/precompiles/p256-precompile", "permanent": true },
{ "source": "/evm/precompiles/P256", "destination": "/evm/precompiles/p256-precompile", "permanent": true },
{ "source": "/evm/installing-seid", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/evm/ai-tooling/src/:rest*", "destination": "/evm/ai-tooling/mcp-server", "permanent": true },
{ "source": "/evm/components/:rest*", "destination": "/evm/building-a-frontend", "permanent": true },
{ "source": "/evm/wagmi", "destination": "/evm/building-a-frontend", "permanent": true },
{ "source": "/evm/web3authContext", "destination": "/evm/wallet-integrations/thirdweb", "permanent": true },
{ "source": "/evm/App", "destination": "/evm/building-a-frontend", "permanent": true },
{ "source": "/evm/bridging/third-web", "destination": "/evm/bridging/thirdweb", "permanent": true },
{ "source": "/evm/debug-tracing", "destination": "/evm/tracing", "permanent": true },
{ "source": "/evm/cosmwasm-precompiles/bank", "destination": "/evm/precompiles/cosmwasm-precompiles/bank", "permanent": true },
{ "source": "/evm/dappradar-guide", "destination": "/evm/analytics-setup", "permanent": true },
{ "source": "/evm/nft-contract-tutorial", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/evm/ibc-protocol", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/evm/indexer-providers/alchemy", "destination": "/evm/indexer-providers/goldsky", "permanent": true },
{ "source": "/evm/lib/providers", "destination": "/learn/rpc-providers", "permanent": true },
{ "source": "/develop/:path*", "destination": "/evm", "permanent": true },
{ "source": "/develop/get-started/local-dependencies", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/develop/media-package", "destination": "/learn/general-brand-kit", "permanent": true },
{ "source": "/develop/resources", "destination": "/learn/pointers", "permanent": true },
{ "source": "/develop/get-started/spot-exchange-tutorial", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/full-node/:path*", "destination": "/node", "permanent": true },
{ "source": "/full-node/run-a-sei-validator/validator-faq", "destination": "/node/validators", "permanent": true },
{ "source": "/advanced/:path*", "destination": "/learn", "permanent": true },
{ "source": "/advanced/parallelism", "destination": "/learn/parallelization-engine", "permanent": true },
{ "source": "/advanced/governance", "destination": "/learn/general-governance", "permanent": true },
{ "source": "/advanced/native-oracle", "destination": "/learn/oracles", "permanent": true },
{ "source": "/advanced/ibc-transfers", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/swagger/:path*", "destination": "/node/swagger", "permanent": true },
{ "source": "/metrics", "destination": "/", "permanent": true },
{ "source": "/data", "destination": "/node", "permanent": true },
{ "source": "/config", "destination": "/node", "permanent": true },
{ "source": "/tmp", "destination": "/node", "permanent": true },
{ "source": "/block", "destination": "/node", "permanent": true },
{ "source": "/genesis.json", "destination": "/node", "permanent": true },
{ "source": "/.sei/:path*", "destination": "/node", "permanent": true },
{ "source": "/.sei_backup", "destination": "/node", "permanent": true },
{ "source": "/.sei_backup/:path*", "destination": "/node", "permanent": true },
{ "source": "/.hermes/:path*", "destination": "/node", "permanent": true },
{ "source": "/key_backup/:path*", "destination": "/node", "permanent": true },
{ "source": "/misc/:path*", "destination": "/node", "permanent": true },
{ "source": "/node/priv_validator_state.json.tmp", "destination": "/node", "permanent": true },
{ "source": "/node/oracle-price-feeder", "destination": "/learn/oracles", "permanent": true },
{ "source": "/node/oracle-pricefeeder", "destination": "/learn/oracles", "permanent": true },
{ "source": "/node/security-practices", "destination": "/node", "permanent": true },
{ "source": "/node/validator-faq", "destination": "/node/validators", "permanent": true },
{ "source": "/learn/mev", "destination": "/evm/best-practices/optimizing-for-parallelization", "permanent": true },
{ "source": "/learn/mev-plugins", "destination": "/evm/best-practices/optimizing-for-parallelization", "permanent": true },
{ "source": "/mev/:path*", "destination": "/evm/best-practices/optimizing-for-parallelization", "permanent": true },
{ "source": "/learn/about-sei", "destination": "/learn", "permanent": true },
{ "source": "/learn/bridging", "destination": "/evm/bridging/layerzero", "permanent": true },
{ "source": "/learn/differences-with-ethereum", "destination": "/evm/differences-with-ethereum", "permanent": true },
{ "source": "/learn/mcp-server", "destination": "/evm/ai-tooling/mcp-server", "permanent": true },
{ "source": "/learn/general-submit-feedback", "destination": "/learn", "permanent": true },
{ "source": "/learn/general-overview", "destination": "/learn", "permanent": true },
{ "source": "/learn/user-FAQ", "destination": "/learn/user-quickstart", "permanent": true },
{ "source": "/learn/wrapped-sei", "destination": "/evm/tokens", "permanent": true },
{ "source": "/learn/oracle-security", "destination": "/learn/oracles", "permanent": true },
{ "source": "/learn/wallet-setup", "destination": "/learn/wallets", "permanent": true },
{ "source": "/learn/linking-addresses", "destination": "/learn/accounts", "permanent": true },
{ "source": "/learn/getting-tokens", "destination": "/learn", "permanent": true },
{ "source": "/build-on-sei/evm", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/subgraphs/:path*", "destination": "/evm/indexer-providers/the-graph", "permanent": true },
{ "source": "/whitepaper/:path*", "destination": "/learn", "permanent": true },
{ "source": "/general-overview", "destination": "/learn", "permanent": true },
{ "source": "/general-staking", "destination": "/learn/general-staking", "permanent": true },
{ "source": "/general-governance", "destination": "/learn/general-governance", "permanent": true },
{ "source": "/general-submit-feedback", "destination": "/learn", "permanent": true },
{ "source": "/general-brand-kit", "destination": "/learn/general-brand-kit", "permanent": true },
{ "source": "/user-quickstart", "destination": "/learn/user-quickstart", "permanent": true },
{ "source": "/user-FAQ", "destination": "/learn/user-quickstart", "permanent": true },
{ "source": "/user-guides/wallet-setup", "destination": "/learn/wallets", "permanent": true },
{ "source": "/user-guides/linking-addresses", "destination": "/learn/accounts", "permanent": true },
{ "source": "/user-guides/getting-tokens", "destination": "/learn", "permanent": true },
{ "source": "/user-guides/block-explorers", "destination": "/learn/explorers", "permanent": true },
{ "source": "/user-guides/bridging", "destination": "/evm/bridging/layerzero", "permanent": true },
{ "source": "/user-guides/wrapped-sei", "destination": "/evm/tokens", "permanent": true },
{ "source": "/user-guides/ledger-setup", "destination": "/learn/ledger-setup", "permanent": true },
{ "source": "/dev-intro", "destination": "/evm", "permanent": true },
{ "source": "/dev-chains", "destination": "/learn/dev-chains", "permanent": true },
{ "source": "/dev-token-standards", "destination": "/learn/dev-token-standards", "permanent": true },
{ "source": "/dev-gas", "destination": "/learn/dev-gas", "permanent": true },
{ "source": "/dev-transactions", "destination": "/evm/transactions", "permanent": true },
{ "source": "/dev-smart-contracts", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/dev-querying-state", "destination": "/evm/querying-the-evm", "permanent": true },
{ "source": "/dev-interoperability", "destination": "/learn/dev-interoperability", "permanent": true },
{ "source": "/dev-interoperability/precompiles/:slug*", "destination": "/evm/precompiles/:slug*", "permanent": true },
{ "source": "/dev-interoperability/pointer-contracts", "destination": "/learn/pointers", "permanent": true },
{ "source": "/dev-frontend-dapps", "destination": "/evm/building-a-frontend", "permanent": true },
{ "source": "/dev-node/:path*", "destination": "/node", "permanent": true },
{ "source": "/dev-validators/:path*", "destination": "/node/validators", "permanent": true },
{ "source": "/dev-advanced-concepts/fee-grants", "destination": "/learn", "permanent": true },
{ "source": "/dev-advanced-concepts/account-structure", "destination": "/learn/accounts", "permanent": true },
{ "source": "/dev-advanced-concepts/wallet-association", "destination": "/learn/accounts", "permanent": true },
{ "source": "/dev-advanced-concepts/hardware-wallets", "destination": "/learn/hardware-wallets", "permanent": true },
{ "source": "/dev-advanced-concepts/oracles", "destination": "/learn/oracles", "permanent": true },
{ "source": "/dev-advanced-concepts/execute-multiple", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/dev-advanced-concepts/hd-path-coin-types", "destination": "/learn/accounts", "permanent": true },
{ "source": "/dev-advanced-concepts/proposals", "destination": "/learn/proposals", "permanent": true },
{ "source": "/dev-advanced-concepts/ibc-relayer", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/dev-advanced-concepts/differences-with-ethereum", "destination": "/evm/differences-with-ethereum", "permanent": true },
{ "source": "/dev-advanced-concepts-actions-and-blinks", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/dev-tutorials/installing-seid", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/dev-tutorials/building-a-frontend", "destination": "/evm/building-a-frontend", "permanent": true },
{ "source": "/dev-tutorials/cosmwasm-general", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/dev-tutorials/evm-general", "destination": "/evm/evm-general", "permanent": true },
{ "source": "/dev-tutorials/evm-cli-tutorial", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/dev-tutorials/tokenfactory-tutorial", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/dev-tutorials/tokenfactory-allowlist", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/dev-tutorials/nft-contract-tutorial", "destination": "/evm/evm-hardhat", "permanent": true },
{ "source": "/dev-tutorials/pointer-contracts", "destination": "/learn/pointers", "permanent": true },
{ "source": "/dev-tutorials/multi-sig-accounts", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/dev-tutorials/ibc-protocol", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/dev-tutorials/ledger-ethers", "destination": "/evm/ledger-ethers", "permanent": true },
{ "source": "/dev-ecosystem-providers/wallets", "destination": "/learn/wallets", "permanent": true },
{ "source": "/dev-ecosystem-providers/explorers", "destination": "/learn/explorers", "permanent": true },
{ "source": "/dev-ecosystem-providers/rpc-providers", "destination": "/learn/rpc-providers", "permanent": true },
{ "source": "/dev-ecosystem-providers/indexers/indexers", "destination": "/learn/indexers", "permanent": true },
{ "source": "/dev-ecosystem-providers/indexers/the-graph", "destination": "/evm/indexer-providers/the-graph", "permanent": true },
{ "source": "/dev-ecosystem-providers/indexers/goldrush", "destination": "/evm/indexer-providers/goldrush", "permanent": true },
{ "source": "/dev-ecosystem-providers/centralized-exchanges", "destination": "/learn/wallets", "permanent": true },
{ "source": "/dev-ecosystem-providers/faucets", "destination": "/learn/faucet", "permanent": true },
{ "source": "/dev-ecosystem-providers/oracles/oracles", "destination": "/learn/oracles", "permanent": true },
{ "source": "/dev-ecosystem-providers/bridges", "destination": "/evm/bridging/layerzero", "permanent": true },
{ "source": "/dev-ecosystem-providers/nfts", "destination": "/evm/tokens", "permanent": true },
{ "source": "/providers/faucets", "destination": "/learn/faucet", "permanent": true },
{ "source": "/providers/wallets", "destination": "/learn/wallets", "permanent": true },
{ "source": "/providers/oracles", "destination": "/learn/oracles", "permanent": true },
{ "source": "/providers/bridges", "destination": "/evm/bridging/layerzero", "permanent": true },
{ "source": "/introduction/overview", "destination": "/learn", "permanent": true },
{ "source": "/introduction/dex-optimizations", "destination": "/learn/parallelization-engine", "permanent": true },
{ "source": "/front-end-development/react-tutorial", "destination": "/evm/building-a-frontend", "permanent": true },
{ "source": "/interoperability/overview", "destination": "/learn/dev-interoperability", "permanent": true },
{ "source": "/interoperability/pointer-contracts", "destination": "/learn/pointers", "permanent": true },
{ "source": "/interoperability/precompiles/cosmwasm", "destination": "/evm/precompiles/cosmwasm-precompiles/example-usage", "permanent": true },
{ "source": "/interoperability/precompiles/cosmwasm/:slug*", "destination": "/evm/precompiles/cosmwasm-precompiles/:slug*", "permanent": true },
{ "source": "/interoperability/precompiles/:slug*", "destination": "/evm/precompiles/:slug*", "permanent": true },
{ "source": "/nodes-and-validators/:path*", "destination": "/node", "permanent": true },
{ "source": "/oracle/oracle-participation", "destination": "/learn/oracles", "permanent": true },
{ "source": "/overview", "destination": "/", "permanent": true },
{ "source": "/quickstart/nft-contract-tutorial", "destination": "/evm/evm-foundry", "permanent": true },
{ "source": "/reference/cosmos", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/reference/precompiles/:slug*", "destination": "/evm/precompiles/:slug*", "permanent": true },
{ "source": "/reference/pointer-contracts", "destination": "/learn/pointers", "permanent": true },
{ "source": "/reference/seid", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/reference/seid/:slug*", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/running-validator/:slug*", "destination": "/node/validators", "permanent": true },
{ "source": "/running-sei-node/:slug*", "destination": "/node", "permanent": true },
{ "source": "/order-matching/:slug*", "destination": "/evm", "permanent": true },
{ "source": "/smart-contracts-and-local-development/set-up-a-local-network", "destination": "/node", "permanent": true },
{ "source": "/resources-resources", "destination": "/evm/solidity-resources", "permanent": true },
{ "source": "/resources-tools-and-resources", "destination": "/evm/solidity-resources", "permanent": true },
{ "source": "/tools/:path*", "destination": "/evm", "permanent": true },
{ "source": "/build", "destination": "/evm", "permanent": true },
{ "source": "/endpoints", "destination": "/evm", "permanent": true },
{ "source": "/endpoints/cosmos", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/endpoints/cosmos/api/:slug*", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/endpoints/evm", "destination": "/evm", "permanent": true },
{ "source": "/seid", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/seid/:slug*", "destination": "/evm/installing-seid-cli", "permanent": true },
{ "source": "/governance", "destination": "/learn/general-governance", "permanent": true },
{ "source": "/interacting-with-sei", "destination": "/learn", "permanent": true },
{ "source": "/wallets/wallet-integration", "destination": "/learn/wallets", "permanent": true },
{ "source": "/cosmos-sdk/building-a-frontend", "destination": "/evm/building-a-frontend", "permanent": true },
{ "source": "/cosmos-sdk/cosm-wasm-general", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmos-sdk/nft-contract-tutorial", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmos-sdk/tokenfactory-allowlist", "destination": "/learn/dev-token-standards", "permanent": true },
{ "source": "/cosmos-sdk/querying-state", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmos-sdk/multi-sig-accounts", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmos-sdk/networks", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmos-sdk/fee-grants", "destination": "/cosmos-sdk", "permanent": true },
{ "source": "/cosmos-sdk/execute-multiple", "destination": "/cosmos-sdk", "permanent": true }
]
}