Getting Started
TokenKit is a token launchpad and discovery hub for Starknet. Here is what is in the box.
TokenKit is the easiest way to launch a token on Starknet, get it listed, and put it in front of users.
If you have used pump.fun on Solana, you already get the idea. You connect your wallet, fill in a name, a symbol, and a logo, and you have a tradable token in a few clicks. After that, TokenKit takes care of the boring parts: keeping track of every transfer, showing the token's price, and making sure it shows up in wallets and dApps.
Around that core launchpad, TokenKit also ships:
- An API any developer can use to read token data, balances, prices, and a curated list of Starknet dApps
- A small React library for dropping a token picker into your dApp
- Keon Wallet, the in-house Starknet wallet that uses everything above
You can use the launchpad on its own. You can use the API on its own. You can build a wallet on top of the API (we did, that is what Keon is). The pieces fit together but they do not have to.
What is in the box
TokenKit is split into four products. Pick the one(s) that match what you are doing.
TokenKit App
The web app at tokenkithq.io. Launch tokens, browse listings, and grab API keys.
Keon Wallet
A Starknet wallet for Chrome, Firefox, Safari, and Android. Includes an in-app dApp browser.
TokenKit API
A REST API for tokens, balances, transfers, prices, NFTs, and a Starknet dApps directory.
TokenKit SDK
The starknet-tokenkit npm package. A token picker modal, a token list component, and small helpers for React.
The same data sits behind all of them. A token you launch on the App shows up in the API. A balance you see in Keon is the same number you get from the API. A dApp you find in Keon's directory is the same one you can pull from the dApps endpoint.
Pick a path
The TokenKit apps you can open
Three web apps run alongside the docs.
tokenkithq.io
Launch tokens, browse listings, and watch holders and prices. The first place a token creator goes.
app.tokenkithq.io
Developer dashboard. Mint API keys, watch usage, and manage your account.
Keon Wallet
Download for Chrome, Firefox, Safari, or Android. Holds tokens and connects to dApps.
Where to next
- Launching a token? Open tokenkithq.io
- Building with the API? Read the API quickstart
- Embedding the token picker? Read the SDK quickstart
- Want the wallet? Open Keon Wallet docs
- Need an API key? Sign in at app.tokenkithq.io
- Source on GitHub Visit Cycle-Stark/tokenkit-documentation