@BankrBot/clanker
Deploy ERC20 tokens on Base, Ethereum, Arbitrum using the Clanker SDK. Create memecoins, set up vesting, configure airdrops, manage token rewards.
Install
Add @BankrBot/clanker to Claude Code with the PolySkill CLI: polyskill add @BankrBot/clanker
Instructions
# Clanker SDK Deploy production-ready ERC20 tokens with built-in liquidity pools using the official Clanker TypeScript SDK. ## Overview Clanker is a token deployment protocol that creates ERC20 tokens with Uniswap V4 liquidity pools in a single transaction. The SDK provides a TypeScript interface for deploying tokens with advanced features like vesting, airdrops, and customizable reward distribution. ## Quick Start ### Installation ```bash npm install clanker-sdk viem # or yarn add clanker-sdk viem # or pnpm add clanker-sdk viem ``` ### Environment Setup Create a `.env` file with your private…
Keywords: token, deployment, erc20, base, memecoin, uniswap-v4