> ## 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에 통합할 수 있습니다.
