|
2 | 2 | title: 'Home'
|
3 | 3 | ---
|
4 | 4 |
|
5 |
| -import { Cards } from 'nextra/components'; |
6 |
| -import { IconBolt, IconLock, IconBook, IconCode, IconDroplet } from '@tabler/icons-react'; |
7 |
| -import { EvmWalletConnect, OfficeHoursCard } from '../src/components'; |
| 5 | +import { IconBolt, IconCode, IconClipboardText, IconLock, IconWallet, IconBook, IconTerminal2, IconServer, IconDeviceDesktop, IconExternalLink, IconChevronRight } from '@tabler/icons-react'; |
| 6 | +import { OfficeHoursCard, EvmWalletConnect, NetworkTabs } from '../src/components'; |
8 | 7 | import HeaderIcon from '../public/assets/header.svg';
|
9 | 8 | import Image from 'next/image';
|
10 | 9 |
|
11 |
| -<div className="flex justify-center w-full"> |
12 |
| - <Image priority src={HeaderIcon} alt="Follow us on Twitter" className="max-w-full w-[600px] bg-neutral-900 dark:bg-transparent rounded-2xl p-8" /> |
| 10 | +<div className="flex flex-col items-center w-full mb-12"> |
| 11 | + <div className="flex flex-col items-center mb-6"> |
| 12 | + <Image priority src={HeaderIcon} alt="Sei Network" className="max-w-[280px] bg-transparent mb-5" /> |
| 13 | + <h1 className="text-3xl font-bold text-center mb-4">Sei Documentation</h1> |
| 14 | + </div> |
| 15 | + <p className="text-lg text-neutral-600 dark:text-neutral-400 text-center max-w-2xl mb-6"> |
| 16 | + The first parallelized EVM blockchain delivering unmatched scalability and speed. |
| 17 | + </p> |
| 18 | + |
| 19 | + <div> |
| 20 | + <EvmWalletConnect /> |
| 21 | + </div> |
| 22 | +</div> |
| 23 | +<div className="mb-14"> |
| 24 | + <OfficeHoursCard /> |
13 | 25 | </div>
|
14 | 26 |
|
15 |
| -<br /> |
16 |
| - |
17 |
| -# <center>Sei Documentation</center> |
18 |
| - |
19 |
| -<br /> |
20 |
| - |
21 |
| -<center>Sei is the first parallelized EVM blockchain delivering unmatched scalability and speed.</center> |
22 |
| - |
23 |
| -## Get Started |
24 |
| - |
25 |
| -<Cards> |
26 |
| - <Cards.Card icon={<IconBook />} title="Learn more about Sei" href="/learn" /> |
27 |
| - <Cards.Card icon={<IconCode />} title="Build on the EVM" href="/evm" /> |
28 |
| - <Cards.Card icon={<IconDroplet />} title="Testnet & Devnet Faucet" href="/learn/faucet" /> |
29 |
| - <Cards.Card icon={<IconLock />} title="Run a node" href="/node" /> |
30 |
| - <Cards.Card icon={<IconBolt />} title="User Quickstart" href="/learn/user-quickstart" /> |
31 |
| -</Cards> |
32 |
| - |
33 |
| -## EVM |
34 |
| - |
35 |
| -- **Chain ID**: 1329 (0x531) |
36 |
| -- **RPC URL**: [https://evm-rpc.sei-apis.com](https://evm-rpc.sei-apis.com) |
37 |
| -- **Explorers**: [SeiTrace](https://seitrace.com/?chain=pacific-1), [SeiScan](https://www.seiscan.app/?chain=pacific-1) |
38 |
| -- **Testnet & Devnet**: [Chain Information](/evm/networks) |
39 |
| - |
40 |
| -<br /> |
41 |
| - |
42 |
| -<Cards.Card arrow icon={<IconCode />} title="Start building with the EVM" href="/evm" /> |
43 |
| - |
44 |
| -## Cosmos |
45 |
| - |
46 |
| -- **Chain ID**: pacific-1 |
47 |
| -- **RPC URL**: [https://rpc.sei-apis.com](https://rpc.sei-apis.com) |
48 |
| -- **Explorer**: [SeiTrace](https://seitrace.com/?chain=pacific-1), [SeiScan](https://www.seiscan.app/?chain=pacific-1) |
49 |
| -- **Testnet & Devnet**: [Chain Information](/cosmwasm/networks) |
50 |
| - |
51 |
| -<OfficeHoursCard /> |
| 27 | +<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mb-10"> |
| 28 | + <a href="/build/evm-general" className="group flex items-center 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 transition-all"> |
| 29 | + <div className="flex items-center gap-4"> |
| 30 | + <IconCode className="h-6 w-6 text-neutral-800 dark:text-neutral-300" /> |
| 31 | + <div> |
| 32 | + <h3 className="text-lg font-medium text-neutral-800 dark:text-neutral-200">Deploy a smart contract</h3> |
| 33 | + <p className="text-sm text-neutral-600 dark:text-neutral-400">Deploy EVM contracts with 100x better performance than standard Ethereum.</p> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + <IconChevronRight className="h-4 w-4 text-neutral-500" /> |
| 37 | + </a> |
| 38 | + |
| 39 | + <a href="/build/dev-frontend-dapps" className="group flex items-center 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 transition-all"> |
| 40 | + <div className="flex items-center gap-4"> |
| 41 | + <IconBolt className="h-6 w-6 text-neutral-800 dark:text-neutral-300" /> |
| 42 | + <div> |
| 43 | + <h3 className="text-lg font-medium text-neutral-800 dark:text-neutral-200">Build a frontend</h3> |
| 44 | + <p className="text-sm text-neutral-600 dark:text-neutral-400">Create powerful dApps with Sei's fast finality and high throughput.</p> |
| 45 | + </div> |
| 46 | + </div> |
| 47 | + <IconChevronRight className="h-4 w-4 text-neutral-500" /> |
| 48 | + </a> |
| 49 | +</div> |
52 | 50 |
|
53 |
| -## Connect & Link Wallet |
| 51 | +<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mb-10"> |
| 52 | + <a href="/node" className="group flex items-center 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 transition-all"> |
| 53 | + <div className="flex items-start gap-4"> |
| 54 | + <IconLock className="h-6 w-6 text-neutral-800 dark:text-neutral-300 flex-shrink-0 mt-1" /> |
| 55 | + <div className="flex-1"> |
| 56 | + <h3 className="text-lg font-medium text-neutral-800 dark:text-neutral-200">Run a node</h3> |
| 57 | + <p className="text-sm text-neutral-600 dark:text-neutral-400 mb-3">Participate in the Sei network by running:</p> |
| 58 | + <div className="space-y-2"> |
| 59 | + <a href="/node/full-node" className="text-xs flex items-center text-neutral-600 dark:text-neutral-400 hover:text-neutral-800 dark:hover:text-neutral-200 transition-colors"> |
| 60 | + <IconServer className="h-3.5 w-3.5 mr-1.5 flex-shrink-0" /> |
| 61 | + <span>Full Node</span> |
| 62 | + </a> |
| 63 | + <a href="/node/validator" className="text-xs flex items-center text-neutral-600 dark:text-neutral-400 hover:text-neutral-800 dark:hover:text-neutral-200 transition-colors"> |
| 64 | + <IconLock className="h-3.5 w-3.5 mr-1.5 flex-shrink-0" /> |
| 65 | + <span>Validator Node</span> |
| 66 | + </a> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + <IconChevronRight className="h-4 w-4 text-neutral-500" /> |
| 71 | + </a> |
| 72 | + |
| 73 | + <a href="/build/resources-tools-and-resources" className="group flex items-center 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 transition-all"> |
| 74 | + <div className="flex items-start gap-4"> |
| 75 | + <IconClipboardText className="h-6 w-6 text-neutral-800 dark:text-neutral-300 flex-shrink-0 mt-1" /> |
| 76 | + <div className="flex-1"> |
| 77 | + <h3 className="text-lg font-medium text-neutral-800 dark:text-neutral-200">Tools & Integrations</h3> |
| 78 | + <p className="text-sm text-neutral-600 dark:text-neutral-400">Discover the ecosystem of tools and integrations.</p> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + <IconChevronRight className="h-4 w-4 text-neutral-500" /> |
| 82 | + </a> |
| 83 | +</div> |
54 | 84 |
|
55 |
| -> Using this wallet connection will automatically link your EVM and Cosmos addresses. |
| 85 | +<div className="p-6 mb-10 rounded-xl bg-neutral-900/5 dark:bg-neutral-900/95 border border-neutral-200/50 dark:border-neutral-800 shadow-sm"> |
| 86 | + <div className="flex items-center mb-6"> |
| 87 | + <div className="mr-3 w-5 h-5 bg-gradient-to-br from-neutral-300 to-neutral-400 dark:from-neutral-800 dark:to-neutral-900 rounded-sm shadow-sm flex items-center justify-center"> |
| 88 | + <IconTerminal2 className="w-3 h-3 text-neutral-600 dark:text-white" /> |
| 89 | + </div> |
| 90 | + <h2 className="text-xl font-medium text-neutral-800 dark:text-white">Network Information</h2> |
| 91 | + </div> |
| 92 | + |
| 93 | + <NetworkTabs /> |
| 94 | +</div> |
56 | 95 |
|
57 |
| -<EvmWalletConnect /> |
| 96 | +<div className="mb-8"> |
| 97 | + <div className="flex items-center mb-5"> |
| 98 | + <div className="mr-3 w-5 h-5 bg-gradient-to-br from-neutral-800 to-neutral-900 dark:from-neutral-700 dark:to-neutral-800 rounded-sm shadow-sm flex items-center justify-center"> |
| 99 | + <IconClipboardText className="w-3 h-3 text-white" /> |
| 100 | + </div> |
| 101 | + <h2 className="text-xl font-medium">Resources</h2> |
| 102 | + </div> |
| 103 | + |
| 104 | + <div className="grid grid-cols-1 md:grid-cols-2 gap-4"> |
| 105 | + <a href="/learn/wallet-setup" className="group flex items-start no-underline rounded-xl p-5 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"> |
| 106 | + <div className="w-10 h-10 flex items-center justify-center rounded-lg bg-neutral-900/10 dark:bg-neutral-800/30 mr-4 group-hover:bg-neutral-800 group-hover:text-white transition-colors"> |
| 107 | + <IconWallet className="h-5 w-5 text-neutral-800 dark:text-neutral-300 group-hover:text-white transition-colors" /> |
| 108 | + </div> |
| 109 | + <div> |
| 110 | + <h3 className="text-base font-medium mb-1 text-neutral-800 dark:text-neutral-200">Wallet Setup</h3> |
| 111 | + <p className="text-sm text-neutral-600 dark:text-neutral-400">Configure your wallet to interact with Sei Network.</p> |
| 112 | + </div> |
| 113 | + </a> |
| 114 | + |
| 115 | + <a href="/learn" className="group flex items-start no-underline rounded-xl p-5 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"> |
| 116 | + <div className="w-10 h-10 flex items-center justify-center rounded-lg bg-neutral-900/10 dark:bg-neutral-800/30 mr-4 group-hover:bg-neutral-800 group-hover:text-white transition-colors"> |
| 117 | + <IconBook className="h-5 w-5 text-neutral-800 dark:text-neutral-300 group-hover:text-white transition-colors" /> |
| 118 | + </div> |
| 119 | + <div> |
| 120 | + <h3 className="text-base font-medium mb-1 text-neutral-800 dark:text-neutral-200">Learn about Sei</h3> |
| 121 | + <p className="text-sm text-neutral-600 dark:text-neutral-400">Discover what makes Sei the fastest parallelized blockchain.</p> |
| 122 | + </div> |
| 123 | + </a> |
| 124 | + </div> |
| 125 | +</div> |
0 commit comments