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-oneto 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-corewagmi
Wrap your app
"use client";