Overview
Features
Deploy ERC-20 tokens
Deploys new ERC-20 tokens with customizable parameters (name, symbol, initialSupply, decimals, chainId).
Query token metadata
Retrieves token metadata such as name, symbol, decimals, and total supply.
Initiate transfers
Transfers ERC-20 tokens and returns the transaction hash (no immediate confirmation).
Retrieve transaction info
Fetches details of a transaction by its hash across networks.
Check native balance
Checks the native token balance of the current account on a given chain.
Access token metadata via URI
Exposes token metadata via token://{chainId}/{address}.
Interactive deployment prompts
Offers guided prompts to assist token deployment configuration.




