Direct deployment
Your wallet creates the ERC-20 contract directly. There is no factory, platform fee, or opaque intermediary transaction.
Wallet-native token deployment
Configure a transparent ERC-20 contract and deploy it directly from your wallet on any supported EVM network.
Token studio
Every choice becomes constructor data for the reviewed contract you deploy.
Clear by design
Your wallet creates the ERC-20 contract directly. There is no factory, platform fee, or opaque intermediary transaction.
Forge estimates the deployment first and shows the network, creator, and fee estimate before it asks your wallet to sign.
Download the exact Solidity source used for the bundled deployment bytecode and verify it independently after deployment.
OpenZeppelin templates + expert mode
Choose a ready OpenZeppelin template or write code from scratch. Compilation happens in your browser with solc 0.8.24.
Production EVM catalog
The built-in catalog covers actively maintained production EVM networks. For any other compatible network, use “Add a custom EVM” with its official RPC details.