Skip to content
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
},
"evm/usdc-on-sei",
"evm/dune",
"evm/nonce-lanes",
{
"group": "Oracles",
"pages": [
Expand Down
3 changes: 3 additions & 0 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,7 +50,7 @@
</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={3}>
<Card horizontal title="Deploy with Hardhat" icon="terminal" href="/evm/evm-hardhat">
Expand All @@ -64,7 +64,7 @@
</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 @@ -73,9 +73,12 @@
<Card horizontal title="USDC on Sei" icon="dollar-sign" href="/evm/usdc-on-sei">
Native USDC integration guide for seamless stablecoin transactions.
</Card>
<Card horizontal title="Nonce Lanes" icon="bolt" href="/evm/nonce-lanes">
Keep many independent transactions in flight from one funded address with EIP-7702 and ERC-4337 nonce lanes.
</Card>
</CardGroup>

## RPC Endpoints

Check warning on line 81 in evm/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

evm/index.mdx#L81

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 Down
Loading
Loading