> For the complete documentation index, see [llms.txt](https://v1.etherspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v1.etherspot.io/getting-started/install-sdk.md).

# 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](broken://pages/-MeAyzR2e2VKsOneDqAi), 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://v1.etherspot.io/getting-started/install-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
