Smithii SDK: every Web3 primitive in one TypeScript package

Smithii sdk

Smithii SDK: every token tool in one TypeScript package

npm i @smithii/sdk · TypeScript · Node 18+ · Audited by CoinFabrik & Halborn

shrimp sdk - Smithii

Why builders pick the Smithii SDK

The same engine that powers Smithii’s live tools, exposed as one TypeScript package. No glue code between Solana, EVM, SUI, Jito and pricing oracles.

Atomic Jito bundles

Every bundler module lands up to 16 wallets in the same block via Jito. No partial fills, no leaked transactions.

Production-tested infra

The same code path that ships millions of transactions for Smithii users.

One install

npm i @smithii/sdk and the full Smithii surface is yours: token creation, bundlers, multisender, market making, vesting and bridging.

Audited & battle-tested

Audited by CoinFabrik
image 7 1 2 - Smithii

Quickstart: one SDK, every Smithii Tool

Install once, authenticate once, then reach for whatever module you need. Every product follows the same sdk.<module>.<action> shape.

smithii-quickstart.ts
import { Smithii } from "@smithii/sdk";

const sdk = new Smithii({ apiKey: process.env.SMITHII_API_KEY! });

// 1. Deploy a token on any supported chain
const token = await sdk.tokenCreator.deploy({
  chain: "solana", // or "ethereum" · "base" · "sui" · …
  name: "MoonPepe",
  symbol: "MPEPE",
  supply: 1_000_000_000,
});

// 2. Airdrop it to thousands of wallets in one transaction
await sdk.multisender.airdrop({
  chain: "solana",
  mint: token.mint,
  recipients, // [{ address, amount }, ...]
});

// 3. Launch + snipe on Pump.fun atomically via Jito
await sdk.pumpfun.launchAndBundle({
  creator,
  token: { name: "MoonPepe", symbol: "MPEPE", image: "ipfs://Qm..." },
  buys: snipers.map((kp) => ({ wallet: kp, solAmount: 0.5 })),
  jitoTip: 0.001, // SOL
});

Same SDK. Every Solana launchpad.

One client, every Solana launchpad and DEX. Switch between them by changing a namespace.

Pump.fun

Pump.fun

PumpSwap

PumpSwap

LetsBonk

LetsBonk

Raydium LaunchLab

LaunchLab

Meteora

Meteora

Jupiter

Jupiter

Solana

Solana

What you can build with the Smithii SDK

Four product shapes our customers ship most often on top of the SDK.

Whitelabel launchpads

Wrap the SDK behind your own brand and offer Pump.fun, LaunchLab, LetsBonk and Moonit launches as features inside a bigger product.

Bots

Listen for new mints on any supported launchpad, decide in code and execute bundled buys that beat public snipers to the block.

Treasury & ops dashboards

Combine token creation, vesting, multisender and holder snapshots into an internal console for your team or your clients.

Cross-chain product flows

Use Mantis bridging to move liquidity between Solana, EVM and SUI inside the same checkout, claim or rebalance flow.

From npm install to first call in 4 steps

  1. Install the SDKnpm i @smithii/sdk in any Node 18+ project (works in Next.js API routes, Cloudflare Workers and pure backends).
  2. Get an API key — generate one from your Smithii dashboard. It scopes RPC, Jito tips and rate limits per project.
  3. Call any module — pick the namespace you need (sdk.tokenCreator, sdk.multisender, sdk.pumpfun, sdk.mantis, …) and pass it your wallets and params.
  4. Ship it — wire the call to a form, a webhook or a cron and you have a production Smithii-powered feature.
~/smithii-app — zsh
➜  smithii-app git:(main) npm i @smithii/sdk

added 142 packages in 6s

42 packages are looking for funding
  run `npm fund` for details

➜  smithii-app git:(main) echo "SMITHII_API_KEY=sk_live_..." >> .env

➜  smithii-app git:(main) npx tsx smithii-quickstart.ts

✓ token deployed     mint:   7Xn...wRk
✓ airdrop landed     sent:   8,412 wallets
✓ jito bundle ok     block:  298_412_117

➜  smithii-app git:(main) 

Got questions?

If you need more help, contact our team

Got questions?

If you need more help contact our team

Start building with the Smithii SDK today

Audited. Doxxed team. 24/7 support. Same primitives that power smithii.io.

Ready to take your project to the next level?

Join the leaders in the trenches and hundreds of teams launching and managing their tokens on Smithii.

Launch your Token

Launch with zero code across 20+ blockchains and launchpads.
Use bundles, customize authorities, and much more.

Boost and Scale

A project scales when you push it. Use our bots to boost your token's visibility, or go further with our pro tools.

Utilities Made Simple

Tap into a wide range of advanced tools that make your project more appealing and easier to manage day to day.

Smithii Tools Homepage
Explore our tools
Smithii

The all-in-one solution
for web3 projects

Subscribe to the Newsletter and get a free E-Book

Please tell us your main interest to give you the best news! *

© 2023 - 2026 Smithii | All rights reserved