00-global
01Cursor rule Codex
After editing code, if you want to whether your edits broke anything, you can run a quick set of tests using pnpm run check:quick. You do not need to do this at the beginning of your task.
Cursor rule Codex
After editing code, if you want to whether your edits broke anything, you can run a quick set of tests using pnpm run check:quick. You do not need to do this at the beginning of your task.
Cursor rule Codex
An open repository of EVM-compatible wallets πΈ.
Cursor rule Codex
Cursor rule "20-typescript" from walletbeat/walletbeat, covering global typescript rules, the typechecker is your friend, eslint is your friend, respect code structure and do not bypass.
Cursor rule Codex
This site deals with Ethereum wallets. The processing pipeline is as follows.
Skill Claude CodeCodex
Use when a contributor wants to add a brand-new wallet to the walletbeat project. Guides through entity setup, contributor file creation, wallet skeleton, and site registration. For populating feature data on an existing wallet, use /wallet-update instead.
Skill Claude CodeCodex
Use when asked to deal with a wallet's network traffic data, for automated analysis and classification. Also required whenever pnpm wallet-data-collection is used.
Skill Claude CodeCodex
Use when a contributor wants to add a Wallet Security News entry to the walletbeat site. Guides through reading the incident source, extracting the required data, classifying the incident (type, severity, impact, status), structuring the news file, registering it in the index, and verifying with the project checks.β¦
Skill Claude CodeCodex
Use when a contributor wants to populate or update feature data for a wallet that already exists in the walletbeat project. Guides through filling in null feature fields with proper values, types, and refs. To add a brand-new wallet first, use /wallet-create instead.
Instructions file CodexOpenCode
Instructions for walletbeat/walletbeat, covering general walletbeat knowledge base, development commands, development, quality checks (run after code changes) and building.