MyToken (MTK) is an ERC20-compliant token implemented using OpenZeppelin's ERC20 standard. This contract allows for the deployment of a custom token with an initial supply defined at the time of deployment.
ERC20 Standard: Implements the ERC20 standard, ensuring compatibility with decentralized applications, wallets, and exchanges.
Custom Token: Token named "MyToken" with symbol "MTK."
Initial Supply: The initial supply of tokens is determined by the deployer and minted to the deployer's address.
Automatic Minting: Upon contract deployment, the specified number of tokens are minted to the deployer's account.