·ethereum-development
</>

ethereum-development

تطوير Ethereum الرئيسي بما في ذلك EVM وتحسين الغاز وتفاعلات العميل

36التثبيتات·1الرائج·@pluginagentmarketplace

التثبيت

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development

كيفية تثبيت ethereum-development

ثبّت مهارة الذكاء الاصطناعي ethereum-development بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

المصدر: 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.

حقائق جاهزة للاقتباس

حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.

أمر التثبيت
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-01
آخر تحديث
2026-03-11

Browse more skills from pluginagentmarketplace/custom-plugin-blockchain

إجابات سريعة

ما هي ethereum-development؟

تطوير Ethereum الرئيسي بما في ذلك EVM وتحسين الغاز وتفاعلات العميل المصدر: pluginagentmarketplace/custom-plugin-blockchain.

كيف أثبّت ethereum-development؟

افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

أين مستودع المصدر؟

https://github.com/pluginagentmarketplace/custom-plugin-blockchain