UX.SOL

Component

SPL Token Transfer Template

Complete wallet-connected SPL transfer page with mint metadata, recipient checks, associated-token-account creation, and live transaction lifecycle.

Preview

Installation

terminal
$npx shadcn@latest add https://uxdotsol.xyz/r/spl-token-transfer.json

Usage

spl-token-transfer.tsx
import { SplTokenTransferTemplate } from "@/components/uxdotsol/templates/spl-token-transfer";
 
<SplTokenTransferTemplate defaultMint={mint} cluster="devnet" />

Props / Arguments

NameTypeDefaultDescription
defaultMintstring''Initial SPL token mint.
cluster'mainnet-beta' | 'devnet' | 'testnet''mainnet-beta'Network label and transaction-tracking cluster.