Skip to content

Commit e55187c

Browse files
Merge pull request #30 from sei-protocol/docs/evm-rpc-explorer
docs(evm): interactive Sei-accurate JSON-RPC explorer on /evm/reference
2 parents 3c280db + 995c341 commit e55187c

3 files changed

Lines changed: 1978 additions & 415 deletions

File tree

evm/index.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,16 @@ keywords: ["sei evm", "ethereum virtual machine", "web3 development", "blockchai
5252

5353
## Development Tools
5454

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

6467
## Use Cases
@@ -96,4 +99,6 @@ Choose from official Sei Foundation endpoints or community-maintained alternativ
9699
</Tab>
97100
</Tabs>
98101

99-
For the complete list of JSON-RPC methods, see the [EVM reference](/evm/reference).
102+
<Card horizontal title="Interactive JSON-RPC Explorer" icon="code" href="/evm/reference">
103+
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.
104+
</Card>

0 commit comments

Comments
 (0)