Что такое ethereum-development?
Мастер-разработка Ethereum, включая EVM, оптимизацию газа и взаимодействие с клиентами. Источник: pluginagentmarketplace/custom-plugin-blockchain.
Мастер-разработка Ethereum, включая EVM, оптимизацию газа и взаимодействие с клиентами.
Быстро установите AI-навык ethereum-development в вашу среду разработки через командную строку
Источник: pluginagentmarketplace/custom-plugin-blockchain.
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 |
Мастер-разработка Ethereum, включая EVM, оптимизацию газа и взаимодействие с клиентами. Источник: pluginagentmarketplace/custom-plugin-blockchain.
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-developmentBrowse more skills from pluginagentmarketplace/custom-plugin-blockchain
Мастер-разработка Ethereum, включая EVM, оптимизацию газа и взаимодействие с клиентами. Источник: pluginagentmarketplace/custom-plugin-blockchain.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/pluginagentmarketplace/custom-plugin-blockchain