Everything you need to build & run a KLV project.
A cohesive suite of live tools for KleverChain builders and creators — mint an NFT, launch a token, run tournaments, snapshot & airdrop holders, stake, and read your chain. Every tool shares one spine: the KleverKit SDK.
Every KLV project reaches for the same primitives — wallet-connect, a fee/royalty split, entitlement checks, a testnet gate. Building each from scratch is the hard part. So we built them once, hardened them into KleverKit, and every tool below is assembled from that one spine. Pick a tool, ship your project — or build on the SDK directly.
KleverKit SDK
The shared ESM module the whole toolkit is built on — wallet, fee-split, entitlement & gate plumbing for KleverChain, parity-tested with a CommonJS mirror. Free & open.
// one import, the whole spine import { connect, feeSplit, gate } from 'kleverkit' const w = await connect() await feeSplit(tx, '2%')
Get a token, NFT or community live
Go from idea to an on-chain asset with a hosted checkout — no contract code to write.
Reward holders, players & stakers
Move value back out to your community — airdrops, staking rewards, tournament payouts and in-game spend.
Read your chain & your market
Read-only lenses — no keys, no signing. Track wallets, reconcile supply, size liquidity, snapshot history.
The developer foundation
The SDK the suite is assembled from — and the lower-level building blocks around it.