docs: add EVM reference section and sei-js examples#2
Conversation
- Add EVM Compatibility page (replaces matrix.mdx) with unsupported RPC methods - Add behavior reference sub-pages: finality, gas & fees, transaction types, state proofs, WebSocket, signing - Add 12 sei-js example pages: viem/ethers quickstarts, wagmi-react, ERC-20/721/1155, multicall, pointer contracts, precompiles redirect, deploy & verify, transaction lifecycle, error handling - Add @sei-js/registry documentation page - Rewrite precompiles example-usage.mdx: viem + ethers CodeGroups, Bank/Staking/Distribution/Governance sections, remove oracle (retired) - Update docs.json navigation: EVM Compatibility dropdown under Overview, sei-js Examples group under Ecosystem Tutorials - Update sei-js index and home page to surface new pages
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
PR SummaryLow Risk Overview Introduces a new Updates navigation ( Reviewed by Cursor Bugbot for commit bae77f6. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a0b1828. Configure here.
Resolve conflicts in docs.json and evm/sei-js/index.mdx: - Keep new EVM Compatibility nav group from this branch - Keep @sei-js/registry section from this branch - Adopt main's updated /ai/mcp-server link path
Move the EVM Compatibility group out of Overview and into Essentials alongside the existing differences-with-ethereum page, so the whole Sei-vs-Ethereum story lives under one group. Strip icon frontmatter from the new evm-parity pages to match the rest of the docs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Summary
matrix.mdx; includes feature support table and unsupported RPC methods (blob methods, pending state,eth_accounts)docs.jsonupdated: EVM Compatibility dropdown under Overview, sei-js Examples group under Ecosystem Tutorials; home page and sei-js index updated with new cardsTest plan
mint devbuilds without errors