Smithii SDK: सभी token tools एक ही TypeScript package में

Smithii sdk

Smithii SDK: सभी token tools एक ही TypeScript package में

npm i @smithii/sdk · TypeScript · Node 18+ · CoinFabrik और Halborn द्वारा Audited

shrimp sdk - Smithii

Builders Smithii SDK क्यों चुनते हैं

वही engine जो Smithii के production tools को चलाता है, अब एक ही TypeScript package के रूप में आपके लिए उपलब्ध है। Solana, EVM, SUI, Jito और price oracles के बीच कोई glue code नहीं।

Jito के साथ Atomic Bundles

bundler का हर module Jito के through एक ही block में 16 wallets तक execute करता है। न partial executions, न filtered transactions।

Production में आज़माई हुई Infra

वही code path जो Smithii users के लिए लाखों transactions process करता है।

एक ही Installation

npm i @smithii/sdk चलाइए और Smithii का पूरा surface आपकी पहुंच में: token creation, bundlers, multisender, market making, vesting और bridging।

Audited और Production में Tested

Auditado por CoinFabrik
image 7 1 2 - Smithii

Quickstart: सभी Smithii Tools के लिए एक ही SDK

एक बार install करें, एक बार authenticate करें, और जो भी module चाहिए use करें। सभी products एक ही structure follow करते हैं: sdk.<module>.<action>

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

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

// 1. Despliega un token en cualquier chain soportada
const token = await sdk.tokenCreator.deploy({
  chain: "solana", // o "ethereum" · "base" · "sui" · …
  name: "MoonPepe",
  symbol: "MPEPE",
  supply: 1_000_000_000,
});

// 2. Haz airdrop a miles de wallets en una sola transacción
await sdk.multisender.airdrop({
  chain: "solana",
  mint: token.mint,
  recipients, // [{ address, amount }, ...]
});

// 3. Launch + snipe en Pump.fun de forma atómica vía 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
});

एक ही SDK. Solana के सभी launchpads.

एक client, Solana के सारे launchpads और DEX। एक namespace बदलकर इनके बीच switch करें।

Pump.fun

Pump.fun

PumpSwap

PumpSwap

LetsBonk

LetsBonk

Raydium LaunchLab

LaunchLab

Meteora

Meteora

Jupiter

Jupiter

Solana

Solana

Smithii SDK के साथ आप क्या बना सकते हैं

चार तरह के products जो हमारे clients सबसे ज़्यादा SDK पर launch करते हैं।

Whitelabel Launchpads

SDK को अपने brand के नीचे wrap करें और Pump.fun, LaunchLab, LetsBonk और Moonit पर launches को एक बड़े product के अंदर features की तरह offer करें।

Bots

किसी भी supported launchpad पर नए mints को listen करें, code में decisions लें और bundled buys execute करें जो public snipers से पहले block तक पहुंचें।

Treasury और Operations Dashboards

Token creation, vesting, multisender और holder snapshots को एक ही internal console में combine करें, अपनी team या clients के लिए।

Cross-chain Product Flows

Mantis bridging का use करके liquidity को Solana, EVM और SUI के बीच एक ही checkout, claim या rebalancing flow के अंदर move करें।

npm install से पहली call तक, सिर्फ 4 steps में

  1. SDK Install करें: npm i @smithii/sdk किसी भी Node 18+ project में (Next.js API routes, Cloudflare Workers और pure backends, सब पर काम करता है)।
  2. API key लें: इसे अपने Smithii dashboard से generate करें। हर project के लिए RPC, Jito tips और rate limits define करें।
  3. किसी भी module को call करें: जो namespace चाहिए वो चुनें (sdk.tokenCreator, sdk.multisender, sdk.pumpfun, sdk.mantis…) और अपनी wallets और parameters pass करें।
  4. Production में लाएं: call को एक form, webhook या cron से connect करें और आपके पास Smithii से चलने वाला एक production 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) 

कोई सवाल हैं?

अगर और मदद चाहिए, तो हमारी team से contact कीजिए

कोई सवाल हैं?

अगर और मदद चाहिए, तो हमारी team से contact कीजिए

आज ही Smithii SDK के साथ build करना शुरू कीजिए

Audited. Doxxed team. 24/7 support. वही primitives जो smithii.io को power देती हैं।