什么是 solidity?
Solidity 语言和编译器——源布局、类型、契约、控制流、安全性、编译器、ABI、内部结构。 来源:hairyf/blockchain-skills。
Solidity 语言和编译器——源布局、类型、契约、控制流、安全性、编译器、ABI、内部结构。
通过命令行快速安装 solidity AI 技能到你的开发环境
来源:hairyf/blockchain-skills。
Skill based on Solidity (ethereum/solidity) docs, generated at 2026-02-09.
Solidity is a statically typed, object-oriented language for EVM smart contracts. This skill covers source layout, types, contract structure, control flow, security patterns, compiler usage, and ABI/internals.
| Source Layout | SPDX, pragma, import, comments | core-layout | | Contract Structure | State, functions, modifiers, events, errors, structs, enums | core-structure | | Types | Value/reference/mapping types, operators, conversions | core-types | | Control Structures | if/loop, internal/external calls, revert, try/catch | core-control |
Solidity 语言和编译器——源布局、类型、契约、控制流、安全性、编译器、ABI、内部结构。 来源:hairyf/blockchain-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/hairyf/blockchain-skills --skill soliditySolidity 语言和编译器——源布局、类型、契约、控制流、安全性、编译器、ABI、内部结构。 来源:hairyf/blockchain-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hairyf/blockchain-skills --skill solidity 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/hairyf/blockchain-skills