# Bridge 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.&#x20;

## Quickstart

### Installation&#x20;

Pre-reqs: Node v16+. The SDK is only fully tested on Node 16+ or greater. Earlier versions may have errors.&#x20;

Depending on the package manager of your choice, install the SDK using one of the following:

{% tabs %}
{% tab title="NPM" %}

```
npx install @synapsecns/sdk-router
```

{% endtab %}

{% tab title="Yarn" %}

```
yarn install @synapsecns/sdk-router
```

{% endtab %}
{% endtabs %}

The SDK package relies on the following dependencies installed from NPM.

```
@ethersproject
ethers
```
