nexus-sdk-setup

Originally fromavailproject/nexus-sdk
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

Construct the SDK instance

  • Create new NexusSDK({ network, debug, siweChain }).
  • Provide network:
    • 'mainnet' or 'testnet' to use default endpoints.
    • NetworkConfig to use custom endpoints.
Related skills

More from availproject/nexus-elements

Installs
18
First Seen
Feb 18, 2026