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

# インストール

> セッションウォレット管理システムを dApp に設定・統合するためのステップバイステップガイド

Session Keys は Gum React-SDK の一部なので、yarn か npm を使ってパッケージをインストールする必要があります。

<CodeGroup>
  ```bash Yarn theme={null}
  yarn add @magicblock-labs/gum-react-sdk
  ```

  ```bash Npm theme={null}
  npm i @magicblock-labs/gum-react-sdk
  ```
</CodeGroup>

パッケージをインストールしたら、セキュリティとユーザー体験を向上させるために、セッションウォレット管理システムを dApp に統合し始めることができます。
