Skip to content

Latest commit

 

History

History
125 lines (113 loc) · 7.66 KB

index.mdx

File metadata and controls

125 lines (113 loc) · 7.66 KB
title
Home

import { IconBolt, IconCode, IconClipboardText, IconLock, IconWallet, IconBook, IconTerminal2, IconServer, IconDeviceDesktop, IconExternalLink, IconChevronRight } from '@tabler/icons-react'; import { OfficeHoursCard, EvmWalletConnect, NetworkTabs } from '../src/components'; import HeaderIcon from '../public/assets/header.svg'; import Image from 'next/image';

Sei Network

Sei Documentation

The first parallelized EVM blockchain delivering unmatched scalability and speed.

Deploy EVM contracts with 100x better performance than standard Ethereum.

Create powerful dApps with Sei's fast finality and high throughput.

Run a node

Participate in the Sei network by running:

Discover the ecosystem of tools and integrations.

Network Information

Resources

Configure your wallet to interact with Sei Network.

<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">
  <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">
    <IconBook className="h-5 w-5 text-neutral-800 dark:text-neutral-300 group-hover:text-white transition-colors" />
  </div>
  <div>
    <h3 className="text-base font-medium mb-1 text-neutral-800 dark:text-neutral-200">Learn about Sei</h3>
    <p className="text-sm text-neutral-600 dark:text-neutral-400">Discover what makes Sei the fastest parallelized blockchain.</p>
  </div>
</a>