What problem does it solve?
The Clanker SDK skill streamlines the process of deploying ERC20 tokens and managing their associated liquidity pools on multiple EVM chains.
Core Features & Use Cases
- Token Deployment: Deploy ERC20 tokens with advanced features like token vesting, airdrops, and customizable reward distribution.
- Liquidity Pool Management: Set up Uniswap V4 liquidity pools for token trading and manage trading fee distribution.
- Multi-Chain Support: Deploy tokens on Base, Ethereum, Arbitrum, and other EVM chains.
- Use Case: Create a token with a built-in liquidity pool for trading and distribute rewards to token holders and liquidity providers.
Quick Start
Use the clanker skill to deploy a new ERC20 token with the following configuration:
name: 'MyToken'
symbol: 'TKN'
image: 'ipfs://<token_image_hash>'
tokenAdmin: '<your_address>'
metadata: {
description: 'My awesome token'
}
context: {
interface: 'Clanker SDK'
}
vanity: true