monad-development

Automate Monad blockchain deployment, frontend integration, and contract verification workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/monad-developers/claude-web3-plugin-marketplace --skill monad-development-monad-developers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monad-development
Source: https://github.com/monad-developers/claude-web3-plugin-marketplace/tree/main/plugins/monad-development/skills/monad-development
Command: npx skills add https://github.com/monad-developers/claude-web3-plugin-marketplace --skill monad-development-monad-developers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured workflow for Monad blockchain development, enabling developers to deploy contracts, wire up frontends with viem/wagmi, and verify deployments across Monad testnet or mainnet.

Core Features & Use Cases

  • Deployment guidance: choose wallet management (existing keystore or temporary wallet), faucet funding, and script execution workflow with Foundry.
  • Frontend integration: guidance for connecting Viem/Wagmi-enabled frontends to Monad networks and explorers.
  • Verification workflow: unified verification across MonadVision, Socialscan, and Monadscan using Foundry metadata.

Quick Start

Use the monad-development skill to plan and execute a Monad deployment workflow: select a wallet option, configure the testnet, run a Foundry script to deploy, and verify the contract on explorers.

Frequently Asked Questions about monad-development

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

FAQPage Schema
How do I deploy and verify a smart contract on the Monad testnet?

To deploy and verify on the Monad testnet, use Foundry to execute deployment scripts and submit verification metadata. The workflow defaults to the testnet environment and Prague evmVersion to ensure compatible contract bytecode and unified explorer verification.

What's the best way to connect my wagmi frontend to a Monad blockchain network?

Connect a wagmi frontend to Monad networks by configuring the chain specifications and explorer endpoints within your viem/wagmi setup. This integration enables direct interaction with deployed contracts and reads verified contract data across the network.

Can I use an existing Foundry keystore wallet for Monad contract deployment?

Yes, you can use an existing Foundry keystore wallet for Monad contract deployment. The deployment workflow supports both existing keystore management and temporary wallet generation to facilitate script execution and faucet funding.

How does cross-explorer contract verification work on Monad using Foundry?

Cross-explorer verification on Monad works by using Foundry deployment metadata to verify contracts across MonadVision, Socialscan, and Monadscan. This unified verification workflow submits the standard build artifacts to register your contract code on each explorer.

Do I need to configure a specific evmVersion in Foundry for Monad deployment?

Yes, you need to configure the Prague evmVersion in your Foundry setup for Monad deployment. Enforcing this specific evmVersion default ensures that the compiled EVM bytecode matches the execution environment of the Monad testnet and mainnet.