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>
Adds a "Migrating a hardware or mnemonic-only wallet" section to the SIP-03 migration guide for users whose wallet can't hand them a usable raw private key. Covers: - Why raw private-key export always works (the key carries no coin type) but exporting a mnemonic does not (re-derived at coin type 60 in EVM wallets), and Ledger exports nothing — you can only switch between the Cosmos (118) and Ethereum (60) apps. - The workaround: create a new EVM account, fund it (~0.1 SEI for the association tx), associate it on the Sei Dashboard to reveal its paired sei1 address, then send old Cosmos funds there (1 SEI test first), so the assets land on a key the user controls via EVM. - A matching FAQ entry pointing to the new section. Also fixes a dead anchor: the USDC.n FAQ linked to #3-usdc-on-sei, but the heading is "### 2) USDC on Sei" (#2-usdc-on-sei). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Adds a "Migrating a hardware or mnemonic-only wallet" section to the SIP-03 migration guide for users whose wallet can't hand them a usable raw private key. Covers: - Why raw private-key export always works (the key carries no coin type) but exporting a mnemonic does not (re-derived at coin type 60 in EVM wallets), and Ledger exports nothing — you can only switch between the Cosmos (118) and Ethereum (60) apps. - The workaround: create a new EVM account, fund it (~0.1 SEI for the association tx), associate it on the Sei Dashboard to reveal its paired sei1 address, then send old Cosmos funds there (1 SEI test first), so the assets land on a key the user controls via EVM. - A matching FAQ entry pointing to the new section. Also fixes a dead anchor: the USDC.n FAQ linked to #3-usdc-on-sei, but the heading is "### 2) USDC on Sei" (#2-usdc-on-sei). Co-Authored-By: Claude Opus 4.8 <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