ethereum-development
✓掌握以太坊开发,包括 EVM、gas 优化和客户端交互
SKILL.md
Master Ethereum development including EVM internals, gas optimization, transaction mechanics, and client interactions.
| Storage packing | 20k/slot | uint128 + uint128 in one slot | | Calldata vs memory | 3/byte | Use calldata for read-only | | Unchecked math | 80/op | unchecked { i++; } | | Custom errors | 200+ | error Unauthorized() | | Short-circuit | Variable | Cheap checks first |
| Storage in loops | Expensive reads | Cache in memory first | | String storage | Uses multiple slots | Use bytes32 when possible | | Zero value storage | Full refund gone | Don't rely on SSTORE refunds |
掌握以太坊开发,包括 EVM、gas 优化和客户端交互 来源:pluginagentmarketplace/custom-plugin-blockchain。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 ethereum-development?
掌握以太坊开发,包括 EVM、gas 优化和客户端交互 来源:pluginagentmarketplace/custom-plugin-blockchain。
如何安装 ethereum-development?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/pluginagentmarketplace/custom-plugin-blockchain
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01