Token Launcher

Launch tokens on Solana, Polygon, and more with minimal effort — harness the power of Wish Work’s all-in-one solution.

JavaScript
import { TokenLaunchPad } from "@wishwork/token-launchpad";
// 1) Initialize with your preferred chain
const tlp = new TokenLaunchPad({
blockchain: '
' // could be 'solana', "ethereum", etc.
network: 'devnet' // or testnet, mainnet...
privateKey: 'YOUR_PRIVATE_KEY'
});
// 2) Create your token
await tlp.launchToken({
name: 'MySuperToken',
symbol: 'MST',
totalSupply: 1000000,
});
// 3) (Optional) Create a liquidity pool
await tlp.createLiquidityPool({
tokenMintAddress: 'MST_TOKEN_MINT_ADDRESS',
baseMintAddress: 'BASE_TOKEN_MINT_ADDRESS',
tokenAmount: 500000, // half of your supply
baseAmount: 100 // chain's native or stable
});
// ...and that's it! Manage tokens and pools with simple calls.

YOUR APP

Switch blockchains on the fly —
No extra code required!

With Wish Work’s TokenLaunchPad, you can tap into Solana, Polygon, or Ethereum without juggling multiple SDKs. Just toggle the network and let the library handle the rest.

SUPPORTING ANY TECHNOLOGY STACK

Circle Abstract Image as a Token Deployer

AVAILABLE ON ANY BLOCKCHAIN

Seamless Deployment Across All Networks

Support any available blockchain, deploy with ease, and do not depend on the 3rd parties for doing so.

Leverage Our Token Launcher for your Next Token

Do you want to use our token launcher sdk? Contact us

We will add your info to our CRM to contact you regarding your request. For more information please see our privacy policy