Cursor rules for Solidity development with React Blockchain apps integration.
.cursorrules or .cursor/rules/solidity-react-blockchain-apps.mdc Solidity React Blockchain Apps Guidelines - Prioritize secure Solidity smart contracts with explicit visibility, access control, and clear NatSpec documentation. - Use established security tooling such as Slither, Mythril, and property-based tests for critical contract behavior. - Prefer OpenZeppelin contracts for common primitives such as ownership, access control, multisig, and timelocks. - Optimize gas deliberately by reviewing storage layout, function visibility, and unnecessary writes. - Use pull-payment patterns, event logging, and defensive error handling for production-grade contracts. - Keep Web3 frontend code type-safe and explicit when interacting with wallets, providers, and transactions.
Solidity React Blockchain Apps Guidelines
Cursor rules for Angular development with Novo Elements UI library.
Cursor rules for Angular development with TypeScript integration.
Cursor rules for Astro development with TypeScript integration.
Cursor rules for full-stack SaaS applications on Cloudflare Workers with Hono APIs, Angular frontends, typed RPC, D1/Neon, and production observability.
Cursor rules for Cursor AI development with React, TypeScript, and shadcn/ui integration.
Cursor rules for Next.js development with Tailwind CSS and SEO optimization.