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.

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.

Where to next