> ## Documentation Index
> Fetch the complete documentation index at: https://etherspot.fyi/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Learn how to install Etherspot RemoteSigner SDK

<Info>
  **Prerequisite** You should have installed Node.js (version 18.10.0 or
  higher).
</Info>

Step 1. Install Etherspot RemoteSigner SDK with this command

<CodeGroup>
  ```bash npm theme={null}
  npm i @etherspot/remote-signer --save
  ```

  ```bash yarn theme={null}
  yarn add @etherspot/remote-signer
  ```
</CodeGroup>

<Check>And that's it! You are now ready to dive into ReomteSigning using SessionKeys on Modular Wallets</Check>

Now let's learn how to instaniate the SDK.
