• Deploys an NFT (ERC-721) token collection onchain from the wallet.

    Parameters

    • wallet: Wallet

      The wallet to deploy the NFT from.

    • args: { baseURI: string; name: string; symbol: string }

      The input arguments for the action.

    Returns Promise<string>

    A message containing the NFT token deployment details.