Battle-tested Contracts
Develop using security best practices, community-vetted libraries, and the most commonly adopted ERC standards.
Explore Contracts LibraryShip faster and more safely with Defender Cloud Services.
From testnet to mainnet, at any scale.
Trusted by the world’s leading projects
Comprehensive developer security: from day one to audit
Develop using security best practices, community-vetted libraries, and the most commonly adopted ERC standards.
Explore Contracts LibraryAutomatic code analysis for differences, vulnerabilities, improvements, gas costs, and test runs. Powered by machine learning intelligence and state-of-the-art tools.
Scan your projectTest, execute, and verify deployments and upgrades across chains securely, by adding just 5 lines of code to your Hardhat and Foundry configuration
// hardhat-config.js require('@openzeppelin/hardhat-upgrades'); require('dotenv').config(); module.exports = { defender: { apiKey: process.env.API_KEY, apiSecret: process.env.API_SECRET, } }
import { ethers, defender } from "hardhat"; async function main() { const Box = await ethers.getContractFactory("Box"); const deployment = await defender.deployProxy(Box); await deployment.waitForDeployment(); console.log(`Contract deployed at ${deployment.getAddress()}`); }
Operate applications from testnet to mainnet, at any scale
Send onchain transactions with ease via dashboard UI, API, or SDK. Automate signing and approvals in compliance with your policies. Defender does the heavy lifting of monitoring the transaction lifecycle, optimizing gas fees, repricing, and resubmissions.
Send a transactionGain full visibility into your smart contracts' risks and behaviors. Detect threats, get alerts on threats and anomalies, and automatically respond and resolve issues.
Monitor your contactsUse Actions to implement custom app logic for on-chain and off-chain operations. Enable automated response to threats detected by OpenZeppelin's Monitor.
Create your first ActionEthereum, Polygon, Arbitrum, Optimism, ZKSync, Moonbeam, and many more
Explore all →Defender seamlessly integrates with your existing tools and workflows, so you can easily operate and secure your project throughout the whole development lifecycle
Explore all integrationsFlashbots, Fireblocks, Safe
Forta, Etherscan, Blockscout
Slack, Datadog, PagerDuty, Opsgenie, Telegram, Discord
Hardhat, Foundry, GitHub
SOC2, CCPA & GDPR