nexus-sdk-setup

Installation
SKILL.md

Nexus SDK Setup

Install dependency

  • Install the SDK package:
    • npm install @avail-project/nexus-core
    • or pnpm add @avail-project/nexus-core
    • or yarn add @avail-project/nexus-core

Obtain an EIP-1193 provider

  • Use any wallet connection stack to get a provider.
  • Ensure the provider has a request method.
  • Use a browser fallback only when appropriate:
    • const provider = (window as any).ethereum
Installs
19
GitHub Stars
6
First Seen
Feb 4, 2026
nexus-sdk-setup — availproject/nexus-sdk