megaeth-developer

Plan and execute MegaETH development tasks including wallet setup, transactions, and contract deployment.

50|18|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/0xBreadguy/megaeth-ai-developer-skills --skill megaeth-developer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: megaeth-developer
Source: https://github.com/0xBreadguy/megaeth-ai-developer-skills/tree/main
Command: npx skills add https://github.com/0xBreadguy/megaeth-ai-developer-skills --skill megaeth-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an end-to-end MegaETH development playbook to help AI agents design, build, and debug mega-scale applications on MegaETH, including wallet setup, transaction flows, and contract deployment.

Core Features & Use Cases

  • Wallet operations and account management on MegaETH
  • Token swaps via Kyber Network aggregator
  • Instant transaction receipts using eth_sendRawTransactionSync
  • JSON-RPC batching and real-time mini-block subscriptions
  • Storage-aware contract patterns (Solady RedBlackTreeLib)
  • MegaEVM gas model and WebSocket keepalive
  • Bridging ETH from Ethereum to MegaETH
  • Debugging with mega-evme for transaction replay and profiling

Quick Start

Ask the agent to "Set up a MegaETH wallet and send 0.1 ETH with an instant receipt" or "Deploy a contract to MegaETH using Foundry" to see the full workflow.

Frequently Asked Questions about megaeth-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a MegaETH wallet and send transactions with instant receipts?▼

To set up a MegaETH wallet and send transactions, you configure your wallet operations and submit transactions using eth_sendRawTransactionSync to receive instant transaction receipts without waiting for full block confirmation.

How does the MegaEVM gas model work for contract deployment?▼

The MegaEVM gas model dictates transaction costs on MegaETH, requiring you to calculate gas limits and pricing accurately before contract deployment to ensure transactions execute successfully under network constraints.

Can I use Foundry with mega-evme for debugging MegaETH transaction replays?▼

Yes, you can deploy contracts to MegaETH using Foundry and utilize mega-evme for debugging workflows including transaction replay and profiling to identify execution failures and optimize performance.

What is the best way to subscribe to real-time mini-blocks on MegaETH?▼

Subscribing to real-time mini-blocks on MegaETH requires establishing a WebSocket connection with proper keepalive mechanisms, allowing your application to receive continuous chain updates via JSON-RPC batching.

How do I bridge ETH from Ethereum to MegaETH for development?▼

Bridging ETH from Ethereum to MegaETH involves utilizing cross-chain transfer mechanisms to move assets into the MegaETH network, providing the necessary capital for wallet operations and gas fees.

Are storage-optimized patterns necessary for MegaETH smart contracts?▼

Storage-optimized patterns are recommended for MegaETH smart contracts to minimize gas costs and improve execution efficiency, utilizing libraries like Solady RedBlackTreeLib to manage complex on-chain data structures.