Skip to main content

Installation

Experimental release — not for production use

This SDK is an early, preview release and has not been audited. It handles transaction and signature data for cross-chain value transfers, so a defect in the SDK could result in permanent, irrecoverable loss of user funds.

Do not use this SDK in production or with real user value.

Prerequisites

  • Node.js v20.x or higher
  • A package manager: npm, yarn, or pnpm

Installation

The Interop SDK consists of two separate packages. Install the ones you need:

Addresses Package

For interoperable address handling:

npm install @wonderland/interop-addresses
# or
yarn add @wonderland/interop-addresses
# or
pnpm add @wonderland/interop-addresses

Cross-Chain Package

For cross-chain operations:

npm install @wonderland/interop-cross-chain
# or
yarn add @wonderland/interop-cross-chain
# or
pnpm add @wonderland/interop-cross-chain

Install Both

If you need both packages:

npm install @wonderland/interop-addresses @wonderland/interop-cross-chain
# or
yarn add @wonderland/interop-addresses @wonderland/interop-cross-chain
# or
pnpm add @wonderland/interop-addresses @wonderland/interop-cross-chain

Package names will be updated after EF release. Currently using @wonderland organization.