Production-ready smart contract templates for Hyperion, Metis, Mantle, and other EVM-compatible networks. Designed for AI-powered contract generation and deployment through Hyperkit.
This repository contains battle-tested smart contract templates organized by language and category. All templates follow security best practices and are ready for deployment via Hyperkit dashboard or HyperAgent.
Production-ready EVM smart contracts for DeFi, governance, and infrastructure:
- Token Standards: ERC20, ERC721, ERC1155
- DeFi Primitives: Staking, Vesting, AMM, Lending
- Governance: Voting tokens, Treasury, DAO contracts
- Infrastructure: Bridge, Faucet, Buy contracts
Coming soon. Templates for Rust-based blockchain ecosystems.
Coming soon. Templates for Move-based blockchains (Aptos, Sui).
- Browse templates in
templated/directory - Copy the contract file to your project
- Customize constructor parameters
- Deploy via Hyperkit dashboard or HyperAgent
npm install
npx hardhat compileFor detailed template specifications, see HyperKit Smart Contract Templates.
templated/
├── solidity/ # EVM smart contract templates
│ ├── token/ # Token standards (ERC20, ERC721, ERC1155)
│ ├── staking/ # Staking pools and vesting
│ ├── swap/ # AMM and DEX contracts
│ ├── governance/ # DAO and voting contracts
│ ├── bridge/ # Cross-chain bridges
│ └── ...
├── rust/ # Rust templates (coming soon)
└── move/ # Move templates (coming soon)
- Hyperion Testnet
- Metis Testnet
- Mantle Testnet & Mainnet
- Base
- LazAI
- All EVM-compatible networks
All templates include:
- Reentrancy protection
- Access control (Ownable/Role-based)
- Emergency pause mechanisms
- Safe math operations
- Input validation
Templates follow OpenZeppelin standards and best practices. See template specifications for implementation guidelines.
MIT License - see LICENSE file for details
Built for Hyperkit - AI-powered smart contract deployment platform