nexus-elements-common

Installation
SKILL.md

Nexus Elements - Common

Understand scope

  • common is not a standalone widget.
  • Use it to build custom flows on top of a working NexusProvider + SDK initialization path.

Set up foundation first

  • Install and wire nexus-provider before using common hooks.
  • Ensure useNexus().nexusSDK is initialized before calling SDK-dependent helpers.

Initialize SDK (required once per app)

  • On wallet connect, resolve an EIP-1193 provider and call useNexus().handleInit(provider).
  • Wait for useNexus().nexusSDK before invoking SDK-backed flow helpers.
  • Re-run init after reconnect if wallet session resets.

Install source files

  • common is bundled via other widget installs.
  • If needed manually, copy from:
    • registry/nexus-elements/common/*
Related skills

More from availproject/nexus-elements

Installs
23
First Seen
Feb 4, 2026