A command-line interface tool for deploying ERC20 tokens to any EVM-compatible blockchain. Written in Go, this tool provides a simple way to deploy customizable ERC20 tokens with configurable parameters.
- Deploy ERC20 tokens to any EVM-compatible networks
- Customizable token parameters (name, symbol, decimals, supply)
- Automatic gas price estimations
- Manual gas price configuration option
- Transaction monitoring and deployment verification
- Support for secure private key inputs
- Built using OpenZeppelin's battle-tested ERC20 implementation