Deploying Smart Contracts using Foundry
MyToken.sol
contract requires an initial supply of tokens to be specified in its constructor, so the command to deploy it on a network will include the argument of 100.
To deploy the MyToken.sol
contract, use the command that corresponds to the Caldera chain’s RPC URL while running the forge create
command: