nexus-elements-nexus-provider

Installation
SKILL.md

Nexus Elements - NexusProvider

Note: NexusProvider is the foundation required by Nexus One — the single unified element for all flows. All legacy standalone widget skills (fast-bridge, transfer, swaps, deposit, bridge-deposit, unified-balance, view-history, common) are deprecated and removed. Use npx shadcn@latest add @nexus-elements/nexus-one to install the unified element. For detailed SDK integration, refer to the Nexus SDK agent skills (.agents/skills/nexus-sdk-*).

Install and wire provider

  • Install:
    • npx shadcn@latest add @nexus-elements/nexus-provider
  • Ensure dependencies exist:
    • @avail-project/nexus-core
    • wagmi

Wrap your app

"use client";
Installs
26
First Seen
Feb 4, 2026
nexus-elements-nexus-provider — availproject/widgets