Generates ERC20 contracts, sets up Foundry projects, builds, and deploys tokens to EVM networks like Sepolia.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kukapay-crypto-skills:token-minterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables users to create custom ERC20 tokens by collecting parameters, generating Solidity code, setting up a Foundry project, building the contract, and deploying to a target EVM network.
This skill enables users to create custom ERC20 tokens by collecting parameters, generating Solidity code, setting up a Foundry project, building the contract, and deploying to a target EVM network.
Collect the following parameters from the user:
Use the provided script to generate the ERC20 contract code based on user parameters.
python scripts/generate_contract.py <name> <symbol> <decimals> <initial_supply> to generate the contract./tmp/forge initsrc/Contract.solforge install OpenZeppelin/openzeppelin-contractsforge buildforge create --rpc-url <network_rpc> --account <account_name> src/Contract.sol:MyToken --constructor-args <initial_supply> --broadcastcast wallet newgenerate_contract.py: Python script to generate ERC20 contract code with custom parameterserc20_guide.md: Overview of ERC20 standard, required functions, events, and deployment considerationsERC20Template.sol: Template Solidity file for ERC20 contract generationnpx claudepluginhub kukapay/crypto-skillsDeploys and manages ERC20 tokens on Base and Unichain using Clanker. Covers deployment parameters, metadata updates, fee claims, rate limits, and common issues.
Deploys ERC20 tokens with Uniswap V4 liquidity pools on EVM chains using the Clanker SDK. Supports vesting, airdrops, vanity addresses, and multi-chain deployment.
Develops secure smart contracts by integrating OpenZeppelin libraries for ERC tokens, access control, pausability, governance, and accounts. Supports Solidity, Cairo, Stylus, Stellar.