What problem does it solve?
The clanker skill solves the problem of deploying ERC20 tokens on various EVM chains, offering advanced features like airdrops, token vesting, and rewards configuration.
Core Features & Use Cases
- Multi-Chain Deployment: Deploy tokens on Base, Ethereum, Arbitrum, and other EVM chains.
- Advanced Token Deployment: Supports V4 deployment with vaults, airdrops, dev buys, custom market caps, vanity addresses, and multi-chain deployment.
- Use Case: Deploy a new token with a built-in liquidity pool on multiple chains, set up airdrops, configure token vesting, manage rewards, and update token metadata.
Quick Start
To deploy a token with airdrop, use the command: deploy-token-with-airdrop name: 'My Token' symbol: 'TKN' image: 'ipfs://...image...' tokenAdmin: '0x...' metadata: '{"description": "Token description"}' airdrop: '{"lockupDuration": 86_400, "vestingDuration": 86_400}' context: '{"interface": "Clanker SDK"}' vanity: true