End-to-end integration guide for Nexus Elements. Use Nexus One as the single unified component for all swap, send, and deposit flows. Legacy standalone widgets (FastBridge, FastTransfer, SwapWidget, Deposit, BridgeDeposit, UnifiedBalance, ViewHistory) have been deprecated and removed.
Scaffolding, configuration, and integration of the Nexus One component in deposit mode (config.mode = "deposit"). Handles swapping assets and executing custom smart contract calls on the destination chain.
Scaffolding, configuration, and integration of the Nexus One component in send mode (config.mode = "send"). Used to send tokens to an external recipient address cross-chain.
Scaffolding, configuration, and integration of the Nexus One component in swap mode (config.mode = "swap"). Handles cross-chain swaps and bridges.
DEPRECATED โ BridgeDeposit has been removed. Use Nexus One (config.mode = "deposit") for all deposit flows. Refer to the nexus-one-deposit agent skill for current integration guidance.
DEPRECATED โ The standalone Deposit element (NexusDeposit) has been removed. Use Nexus One (config.mode = "deposit") for all deposit flows. Refer to the nexus-one-deposit agent skill for current integration guidance.
DEPRECATED โ FastBridge has been removed. Use Nexus One (config.mode = "swap") for all cross-chain bridge and swap flows. Refer to the nexus-one-swaps agent skill for current integration guidance.
DEPRECATED โ SwapWidget has been removed. Use Nexus One (config.mode = "swap") for all cross-chain swap and bridge flows. Refer to the nexus-one-swaps agent skill for current integration guidance.