Generate, build, and deploy custom ERC20 tokens on EVM networks. Use when users want to create and deploy their own ERC20 tokens with custom parameters like name, symbol, decimals, and initial supply. Supports deployment to various networks including Sepolia testnet and requires Foundry (forge/cast) for blockchain interactions.
$npx -y skills add kukapay/crypto-skills --skill token-minterInstalls into the current project.
Run `npx skills use "https://github.com/kukapay/crypto-skills" --skill "kukapay/crypto-skills/token-minter"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kukapay/crypto-skills" that are relevant to the current task. Run `npx skills add "https://github.com/kukapay/crypto-skills"` and select the relevant skills, then follow their instructions.