Installation
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
🚧 This package is currently under development 🚧
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
@wonderlandorganization.