Loading...
Loading...
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 skill4agent add kukapay/crypto-skills token-minterpython scripts/generate_contract.py <name> <symbol> <decimals> <initial_supply>./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.pyerc20_guide.mdERC20Template.sol