Skip to content

a lil starter kit to get you going from 0 to 1 with clanker!

License

Notifications You must be signed in to change notification settings

mugrebot/clankerkit

Repository files navigation

🏗 ClankerKit

A toolkit for exploring and interacting with Clanker primitives, built on Scaffold-ETH 2.

🌐 Live Demo

🔨 Features

  • 🏭 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

🚀 Quick Start

Before you begin, you need to install the following tools:

# 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

🏗 Built on Scaffold-ETH 2

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:

📚 Learn More About Clanker

  • Visit clank.fun to explore the ecosystem
  • Contribute by porting your favorite components
  • Join the community and start building!

About

a lil starter kit to get you going from 0 to 1 with clanker!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published