nexus-elements-fast-bridge

Installation
SKILL.md

Nexus Elements - Fast Bridge

Install

  • Install widget:
    • npx shadcn@latest add @nexus-elements/fast-bridge
  • Ensure NexusProvider is installed and initialized on wallet connect before rendering FastBridge.

Required setup before rendering

  • Ensure useNexus().nexusSDK is non-null.
  • Ensure bridgableBalance has loaded.
  • Pass connected wallet address as connectedAddress.

Initialize SDK (required once per app)

  • On wallet connect, resolve an EIP-1193 provider and call useNexus().handleInit(provider).
  • Wait for useNexus().nexusSDK before allowing bridge actions.
  • Re-run init after reconnect if wallet session resets.

Render widget

Related skills

More from availproject/nexus-elements

Installs
21
First Seen
Feb 4, 2026