nexus-one-send

Installation
SKILL.md

Nexus One - Send / Transfers

Use the Nexus One component with config.mode = "send" to enable cross-chain transfers directly to a recipient address. The user chooses the asset and amount to send, and Nexus automatically finds and routes from their available balances on different source chains.

1. Installation

Install dependencies and the component via the shadcn CLI:

npx shadcn@latest add @nexus-elements/nexus-one

Make sure peer dependencies are installed:

npm install @avail-project/nexus-core decimal.js lucide-react viem wagmi class-variance-authority clsx tailwind-merge

2. Basic Setup

Installs
2
First Seen
Jun 12, 2026
nexus-one-send — availproject/widgets