A toolkit for exploring and interacting with Clanker primitives, built on Scaffold-ETH 2.
- 🏭 Token Factory: Deploy and experiment with Clanker tokens
- 💰 Fee Claims: Look up and claim fees from Clanker LP lockers
- 🔍 Contract Explorer: Compare and interact with Clanker v0 and v1 contracts
- 🐞 Debug Interface: Examine contract state and call functions directly
Before you begin, you need to install the following tools:
- Node (>= v18.18)
- Yarn (v1 or v2+)
- Git
# Clone this repo
git clone https://github.com/your-username/clankerkit
cd clankerkit
# Install dependencies
yarn install
# Start local chain
yarn chain
# Deploy contracts (in a new terminal)
yarn deploy
# Start the interface (in a new terminal)
yarn start
Visit your app on: http://localhost:3000
This project is built on Scaffold-ETH 2, an open-source toolkit for building dapps on Ethereum. Key features include:
- ✅ Contract Hot Reload: Frontend auto-adapts to your smart contract as you edit it
- 🪝 Custom hooks: React hooks for simple smart contract interactions
- 🧱 Components: Common web3 components for rapid frontend development
- 🔥 Burner Wallet & Local Faucet: Quick testing with built-in tools
For more information about the base framework:
- Visit clank.fun to explore the ecosystem
- Contribute by porting your favorite components
- Join the community and start building!