• Deploys an ERC20 token smart contract.

    Parameters

    • wallet: Wallet

      The wallet to deploy the Token from.

    • args: { name: string; symbol: string; totalSupply: Amount }

      The input arguments for the action.

    Returns Promise<string>

    A message containing the deployed token contract address and details.