Skip to main content

Router SDK

The Synapse SDK is the easiest way for any developer to integrate cross-chain token & liquidity transfers into their application. The SDK is built to support full-fledged frontend applications, but is fully isomorphic, able to be used both client & server-side.

Getting Started

Installation

Pre-reqs: Node v16+. The SDK is only fully tested on Node 16+ or greater. Earlier versions may have errors. Depending on the package manager of your choice, install the SDK using one of the following

Yarn: yarn add @synapsecns/sdk-router
NPM: npm install @synapsecns/sdk-router

The Router SDK uses ethers v5.7