> For the complete documentation index, see [llms.txt](https://cryptodoc.gitbook.io/scroll/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptodoc.gitbook.io/scroll/rukovodstvo-polzovatelya/nastroika.md).

# Настройка

### Кошелек

Для взаимодействия с dApps в тестовой сети Scroll вам потребуется кошелек. Вы можете найти несколько примеров кошельков и советы по их настройке ниже.

### MetaMask

Вы можете установить кошелек с [сайта ](https://metamask.io/download/)MetaMask.

Вам необходимо импортировать конфигурации Pre-Alpha Testnet в свой кошелек MetaMask. Для этого нажмите на все четыре ссылки **Add to MetaMask** на [главной странице](https://prealpha.scroll.io/) Pre-Alpha Testnet. Это позволит импортировать ID сети и URL RPC для наших тестовых сетей Scroll L1 и Scroll L2, а также добавить адреса тестовых токенов USDC в Scroll L1 и Scroll L2.

### BlockWallet

Вы можете установить кошелек с [сайта BlockWallet](https://www.google.com/url?q=https://chrome.google.com/webstore/detail/blockwallet/bopcbmipnjdcdfflfgjdgdjejmgpoaab\&sa=D\&source=docs\&ust=1668194216363221\&usg=AOvVaw3eZBF6uM8GIsdwVFm3BwqB).

Для использования Scroll Testnet не требуется ручная настройка. Вам нужно только открыть расширение BlockWallet, щелкнуть по выпадающему меню выбора сети и активировать "Show Test Networks". Теперь Scroll L1 Testnet и Scroll L2 Testnet станут видимыми для вас. По желанию вы можете добавить токены для отображения с помощью кнопок "Add to wallet" на [главной странице Pre-Alpha Testnet](https://scroll.io/prealpha).

### Конфигурация сети

На текущий момент, ссылки **Add to MetaMask** могут быть совместимы не со всеми кошельками. Если у вас возникли проблемы с их использованием, вам может потребоваться вручную добавить сети Scroll L1 и Scroll L2, добавив данные конфигурации из таблицы ниже:

<table data-header-hidden><thead><tr><th width="195"></th><th width="270"></th><th></th></tr></thead><tbody><tr><td>Network Name</td><td>Scroll L1 Testnet</td><td>Sroll L2 Testnet</td></tr><tr><td>RPC URL</td><td><a href="https://prealpha-rpc.scroll.io/l1">https://prealpha-rpc.scroll.io/l1</a></td><td><a href="https://prealpha-rpc.scroll.io/l2">https://prealpha-rpc.scroll.io/l2</a></td></tr><tr><td>Chain ID</td><td>534351</td><td>534354</td></tr><tr><td>Currency Symbol</td><td>TSETH</td><td>TSETH</td></tr><tr><td>Block Explorer URL</td><td><a href="https://l1scan.scroll.io/">https://l1scan.scroll.io/</a></td><td><a href="https://l2scan.scroll.io/">https://l2scan.scroll.io/</a></td></tr></tbody></table>

​


---

# 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://cryptodoc.gitbook.io/scroll/rukovodstvo-polzovatelya/nastroika.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.
