# Install Etherspot SDK

{% hint style="warning" %}
**This is the v1 version of Etherspot. We highly recommend using** [**Etherspot Prime**](https://etherspot.fyi) **instead of this SDK, as it is not actively being developed on anymore.**
{% endhint %}

The Etherspot SDK can be installed via NPM or Yarn using the commands below:

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

```bash
npm i etherspot ethers@^5.0.8 reflect-metadata@^0.1.13 rxjs@^6.6.2
npm i ws # node.js only
```

{% endtab %}

{% tab title="YARN" %}

```bash
yarn add etherspot ethers@^5.0.8 reflect-metadata@^0.1.13 rxjs@^6.6.2
yarn add ws # node.js only
```

{% endtab %}
{% endtabs %}

Once you've completed the above, please head on over to the next section: [Supported Ethereum Chains](https://v1.etherspot.io/getting-started/broken-reference), where we show you how to create accounts across our supported Ethereum chains.

:busstop: Here's some helpful links:

* :arrow\_upper\_right: View [Etherspot](https://www.npmjs.com/package/etherspot) on [npmjs.org](https://www.npmjs.com/package/etherspot)
