Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions evm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
keywords: ["sei evm", "ethereum virtual machine", "web3 development", "blockchain development", "fast evm"]
---

## Why Choose Sei EVM?

Check warning on line 8 in evm/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

evm/index.mdx#L8

Use sentence case for headings: 'Why Choose Sei EVM?'.

| Feature | Sei EVM | Ethereum | Other Layer 1s |
| -------------------------- | ------------- | ---------------- | --------------- |
Expand All @@ -19,7 +19,7 @@
View detailed Ethereum comparison
</Card>

## Quick Start

Check warning on line 22 in evm/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

evm/index.mdx#L22

Use sentence case for headings: 'Quick Start'.

<Steps>
<Step title="Add Sei to Wallet">
Expand All @@ -36,7 +36,7 @@
</Step>
</Steps>

## Ready-to-Deploy Examples

Check warning on line 39 in evm/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

evm/index.mdx#L39

Use sentence case for headings: 'Ready-to-Deploy Examples'.

<CardGroup cols={3}>
<Card horizontal title="EVM Contract Wizard" icon="wand-magic-sparkles" href="/evm/evm-wizard">
Expand All @@ -50,18 +50,21 @@
</Card>
</CardGroup>

## Development Tools

Check warning on line 53 in evm/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

evm/index.mdx#L53

Use sentence case for headings: 'Development Tools'.

<CardGroup cols={2}>
<CardGroup cols={3}>
<Card horizontal title="Deploy with Hardhat" icon="terminal" href="/evm/evm-hardhat">
Deploy smart contracts on Sei EVM using Hardhat. Simple setup, fast results.
</Card>
<Card horizontal title="Deploy with Foundry" icon="cube" href="/evm/evm-foundry">
Use Foundry to build and deploy on Sei EVM. Fast testing, simple deployment.
</Card>
<Card horizontal title="JSON-RPC Explorer" icon="compass" href="/evm/reference">
Browse every Sei EVM JSON-RPC method, run live requests, and copy ready-to-use code.
</Card>
</CardGroup>

## Use Cases

Check warning on line 67 in evm/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

evm/index.mdx#L67

Use sentence case for headings: 'Use Cases'.

<CardGroup cols={2}>
<Card horizontal title="x402 Payments" icon="credit-card" href="/ai/x402">
Expand All @@ -72,7 +75,7 @@
</Card>
</CardGroup>

## RPC Endpoints

Check warning on line 78 in evm/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

evm/index.mdx#L78

Use sentence case for headings: 'RPC Endpoints'.

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, use a [dedicated RPC provider](/learn/rpc-providers) or [run your own node](/node).

Expand All @@ -96,4 +99,6 @@
</Tab>
</Tabs>

For the complete list of JSON-RPC methods, see the [EVM reference](/evm/reference).
<Card horizontal title="Interactive JSON-RPC Explorer" icon="code" href="/evm/reference">
Search every Sei EVM JSON-RPC method with Sei-specific behavior notes, switch between mainnet, testnet, and custom endpoints, run live requests, and generate ready-to-use client code.
</Card>
Loading
Loading