·ethereum-development
</>

ethereum-development

Sviluppo principale di Ethereum, inclusi EVM, ottimizzazione del gas e interazioni con i clienti

36Installazioni·1Tendenza·@pluginagentmarketplace

Installazione

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

Come installare ethereum-development

Installa rapidamente la skill AI ethereum-development nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development
  3. Verifica l'installazione: Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Fonte: 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 |

Sviluppo principale di Ethereum, inclusi EVM, ottimizzazione del gas e interazioni con i clienti Fonte: pluginagentmarketplace/custom-plugin-blockchain.

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development
Categoria
</>Sviluppo
Verificato
Prima apparizione
2026-02-01
Aggiornato
2026-03-10

Browse more skills from pluginagentmarketplace/custom-plugin-blockchain

Risposte rapide

Che cos'è ethereum-development?

Sviluppo principale di Ethereum, inclusi EVM, ottimizzazione del gas e interazioni con i clienti Fonte: pluginagentmarketplace/custom-plugin-blockchain.

Come installo ethereum-development?

Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Dov'è il repository sorgente?

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