Setting up MetaMask Mobile application on Android device
![]()
It’s great that you’re here, because in this tutorial I’m gonna discuss about how we can set up the MetaMask mobile application in an Android device, just enough for you to get started with the application.
Introduction to MetaMask Mobile
The interaction with blockchain-based applications is now eased with MetaMask Mobile app, without compromising the security or ease of use that makes MetaMask the most trusted Ethereum wallet. The users will now be able to perform all the transactions directly from their mobile.
This mobile application also allows people to explore the Web3 as easily as any mobile web browser, as it introduces its security capability to web browsing.
How can I download it on my mobile?
Step 1: Go to the Android Play Store, and search MetaMask in the search bar.
Step 2: Install the mobile application.
Yay!! You have successfully installed the MetaMask on your mobile.
The application provides you three choices to get started with —
- Import using seed phrase
- Sync with MetaMask extension
- Create a new wallet
Let’s discuss all three methods one by one.
Importing using seed phrase
To import your wallet account using this method follow the following steps:
Step 1: Enter your seed phrase in the given field.
Step 2: Enter New Password of your choice and confirm by entering it again in the later field.
MetaMask mobile allows you to sign in into the account with Fingerprint scanner instead of entering your password every time you access your account.
This method is used mostly to recover your wallet if you get locked out of the app or get a new device.
Sync with MetaMask extension
You can opt for this method, if you are already logged in to your account on your desktop via desktop extension. Follow the following steps to sync your account on your mobile with MetaMask extension of your desktop.
Step 1: Open the extension on desktop.
Step 2: Go to Settings.
Step 3: Click on Sync with mobile option under advanced Settings.
Step 4: Enter the password of your account and click next.
Step 5: Scan the QR code displayed on your desktop screen using your mobile.
Your account is now successfully synced on your mobile and your entire transaction history will also sync within seconds.
Create a new wallet
If you are using MetaMask for the first time then this option is for you. Follow the following steps to create your new wallet.
Step 1: Create Password. Enter a strong password and confirm it by entering it again in the respective field. Read the instruction written which states that MetaMask cannot recover this password, so you need to remember this password. Check the box and proceed to next step by clicking on ‘Create password’ button.
Step 2: In this step you have to secure your wallet, by storing a unique seed phrase. A seed phrase is unique to every account and it provides the only way to recover your wallet by importing your account using the seed phrase.
Step 3: To proceed click on ‘Start’ button on the bottom of your screen. The next screen explains the importance of seed phrase and how you can safely store it.
NOTE: NEVER SHARE YOUR SEED PHARSE WITH ANYONE.
To proceed again click on ‘Start’ button on the bottom of your screen after reading the instructions.
Step 4: Now confirm your password and then click on View. Make sure nobody else is around you observing your screen. The screen would now display ordered 12 words which forms a seed phrase. Remember the seed phrase in the given order or write it down at a safe place and click ‘Continue’.
Step 5: Now enter the seed phrase words in the order as it was displayed before. After you complete it hit the ‘Complete Backup’ button.
Your account has now been successfully created.
You are now ready to rock and explore the MetaMask mobile application!!
Use MetaMask Mobile
With MetaMask Mobile, you can onboard your users in seconds, whether they're new or existing MetaMask users. Your users can sign with their MetaMask wallet, whether they use your dapp on MetaMask browser, other primary browsers, mobile, or desktop.
To use MetaMask Mobile:
- Ensure your dapp is compatible with the MetaMask Ethereum provider API.
- Include MetaMask Mobile as a listed wallet in your dapp, and link to open the MetaMask Mobile app (if installed) or to go to the app store (if not yet installed). We recommend adding a Connect with MetaMask button and using deeplinks.
- Direct your users to either the relevant app store listing or to the MetaMask homepage to download MetaMask Mobile.
We recommend using MetaMask SDK to enable a reliable, secure, and seamless connection from your dapp to both the MetaMask extension and MetaMask Mobile.
Detect the provider
The provider API is the same for MetaMask Mobile and the desktop extension. However, the providers become available (injected into the page) at different points in the page lifecycle.
If you use the @metamask/detect-provider module, it reliably detects both the mobile and extension provider. If you don't use @metamask/detect-provider , you must detect the mobile provider manually. For example, you can manually detect the mobile and extension provider with the following code:
The extension provider is always available when your code executes. Because of platform limitations, the mobile provider may not be injected until later in the page lifecycle, so the MetaMask provider dispatches the event ethereum#initialized on window when it's fully initialized.
Use WalletConnect
With WalletConnect, your users can use MetaMask Mobile as a signer while using other web, desktop, or mobile apps. Read the WalletConnect mobile linking documentation for more information.
Use deeplinks
Deeplinks enable instant invocation of the user's preferred wallet app with correctly parameterized transactions. Only the user can confirm the transaction, and the wallet can be a web, desktop, or mobile app.
URLs embedded in QR codes, and hyperlinks in web pages, emails, or chat messages enable robust signaling between otherwise loosely coupled apps.
With deeplinks, you can enable your users to:
- Open your dapp directly in MetaMask Mobile to interact with your dapp with their Ethereum account.
- Make payments to another account in one click (with pre-filled parameters such as recipient address, amount, and network).
- Make gasless and instant transactions with Connext payment channel requests. This requires that the user opt in for the InstaPay experimental feature.
Use the MetaMask deeplink generator to create deeplinks.
Test your dapp
To test your dapp's integration with MetaMask Mobile:
- Configure your development server to run on your host machine's local IP address 192.168.x.x , or 0.0.0.0 .
- Ensure your testing device uses the same WiFi connection as the machine hosting the server.
- In the MetaMask Mobile web browser, navigate to your website at http://YOUR_LOCAL_IP:PORT .
If you use an Android device, you must use sslip in your URL. For example, http://192.168.x.x.sslip.io:8000 .
Debug your dapp
For security purposes, web browser debugging on both iOS and Android doesn't work if you downloaded MetaMask Mobile through the Apple App Store or Google Play Store. You must build MetaMask Mobile locally from the GitHub repository and run it on a simulator or physical device.
To debug your dapp on iOS:
- Open Safari Preferences > Advanced and check Show Develop menu in the menu bar.
- Open MetaMask Mobile in an iOS simulator or iOS device.
- In the Safari menu bar, select Develop > [device name] > [dapp name] > [url — title].
When debugging on a physical device, you must enable Web Inspector in your device's settings by selecting Settings > Safari > Advanced > Web Inspector.
Android
To debug your dapp on Android:
- Open MetaMask Mobile in an Android emulator or Android device.
- Open Google Chrome's DevTools > menu ( . ) > More tools > Remote devices. You can also navigate to chrome://inspect from Chrome to display the list of available devices for debugging.
- Select your device on the left and select Inspect on the browser contents you'd like to inspect.
When debugging on a physical device you must enable USB debugging in your device's settings by selecting Settings > System > About Phone > Developer options > Enable USB debugging.
Использование кошелька Metamask на телефоне – разбор и инструкция
Уже много писал про кошелек Metamask, что такое Метамаск читайте здесь, как установить и настроить здесь, как добавить альтернативную сеть на примере BSC здесь, список всех сетей для Метамаска здесь.
Во всех предыдущих постах, я рассматривал Метамаск как расширение для браузеров семейства Chrome, а так как все большее количество людей пользуются только смартфонами, в этом посте я разберу приложение Метамаск для телефона.
У Метамаска помимо расширения для браузера есть еще и удобные приложения для смартфонов, причем есть как версия для Айфонов работающих под управление IOS, так и для телефонах с операционной системой Андроид (Android). Найти ссылки на скачивание можно на официальном сайте – metamask.io в разделе «Download».
Никогда не скачивайте установочный файл кошелька из других источников. Очень много мошеннических сайтов и вы можете потерять все средства!
Вот актуальные на день написания поста ссылки:
- Ссылка для скачивания Метамаска для Андроид в официальном магазине «Google Play»
- Ссылка для скачивания Metamask на айфон под IOS в официальном магазине «App Store»
Приложение устанавливается как и любое другое, не буду останавливаться на этом.
После установки запускаем приложение, видим приветственный экран и нажимаем «Начать работу»
После этого выбираем как нужно настроить кошелек, есть три опции:
- настроить при помощи сид-фразы (если уже есть кошелек на компьютере или смартфоне);
- синхронизировать с кошельком на компьютере;
- настроить как новый кошелек.
В примере буду настраивать новый кошелек – нажимаю «Создать новый кошелек».
Первое, что нужно сделать – создать пароль, состоящий минимум из 8ми символов. На этом этапе можно будет добавить дополнительные опции входа, например «Face ID».
После этого приложение генерирует кошелек и сид-фразу.
На следующем шаге приложение напомнит, что очень важно надежно хранить вашу сид-фразу и предложит рекомендации по хранению. Отнеситесь к этому шагу очень серьезно, при помощи сид-фразы вы всегда сможете восстановить свой кошелек при потере телефона, но при этом при её дискредитации злоумышленники смогут получить доступ ко всем вашим средствам.
Далее кошелек покажет секретную сид-фразу, сохраните ее в надежном месте.
После того как сид-фраза надежно сохранена, приложение попросит пройти проверку – расставить слова из вашей сид-фразы в нужном порядке.
После того, как слова будут выстроены в правильном порядке, появиться зеленая надпись «Готово» и можно закончить настройку кошелька нажав «Полное резервное копирование».
Поздравляю! Вы настроили свой кошелек Метамаск, о чем красочно уведомит приложение.
Далее вы попадете на главную страницу кошелька, на которой будет отображено:
- кнопка меню, сканирования QR кодов и текущая сеть (Ethereum Main Network);
- уникальное изображение адреса вашего кошелька;
- название аккаунта;
- текущий баланс;
- уникальный адрес кошелька;
- кнопки действий;
- балансы токенов в текущей сети.
Существует несколько способов пополнить МетаМаск, перечислю все:
- купить на бирже и перевести на кошелек (самое простое);
- купить в обменнике выбрав его в агрегаторе;
- купить Ethereum у встроенного в кошелек сервиса;
- перевести с другого кошелька.
В покупке на бирже много плюсов, помимо простоты и безопасности, можно сразу купить те монеты которые нужно и перевести их на кошелек. Покупка эфира в самом кошельке тоже не плохой вариант, но он самый дорогостоящий т.к. транзакции проходят через внешние сервисы-партнеры Метамаска.
У обменников обычно самая низкая цена, но и риски самые высокие, помимо возможности нарваться на мошенников, еще есть вероятность купить «грязную» криптовалюту ранее замешанную в преступной деятельности. Для минимизации этих рисков можно использовать надежные агрегаторы, например bestchange.ru
Большое количество пользователей используют Метамаск для доступа к площадкам децентрализованных финансов т.к этот кошелек, вероятно, самый удобный на сегодня инструмент для работы с DApps.
Для доступа к таким сервисам в приложении есть специальный браузер. Рассмотрим подключение Метамаска к DEX сервису на примере UniSwap.
При клике на меню, три полоски в левом верхнем углу, выбираем вкладку «Браузер».
После открытия стартовой страницы, в строке вводим адрес сайта https://app.uniswap.org/
Внимание! Существует множество поддельных сайтов которые маскируются под известные децентрализованные биржи. Берите адреса бирж на сайтах https://www.coingecko.com и https://coinmarketcap.com, а после добавляйте адреса к себе в закладки.
После загрузки страницы, нажимаем кнопку «launch App».
После этого кошелек предложит подключиться к этому сайту.
Сразу же после подключения кошелька будет возможность использовать весь функционал биржи.
Для использования некоторых площадок, например Pancakeswap.finance, потребуется добавление сети, в данном случае BSC, в которой работает эта биржа. О добавлении сети BSC в Метамаск на телефоне и напишу отдельный пост.
Полезный пост? Отблагодарить автора можно здесь.
Понравился обзор – подписывайтесь на мой блог. Я разбираю интересные проекты, такие как Polkadot и Cosmos, рассматриваю кошельки для криптовалют, например Метамаск, ну и просто пишу как лучше купить биткоин и другую криптовалюту.
Егор, поясните, если установлено расширение в браузере, как обеспечивается безопасность доступа? Ведь например в приложении на смартфоне при неактивном режиме приложение запрашивает пароль для входа. Здесь же в расширении неограниченный доступ.
В расширении тоже есть пароль, он запрашивается после выхода из кошелька (кнопка «заблокировать» при нажатии на изображение аккаунта) или закрытия браузера.
Я могу с телефона экспортировать дополнительный счет на компьютер? Если вдруг придётся менять телефон. Мне этот счет нужен.
Все я разобрался)))
Как связать метамаск телефона с метамаском ноута ?
Самый простой вариант – использовать сид-фразу.
Егор, привет! подскажи пожалуйста, возможно ли на метамаске перевести самому себе несколько монет ONE из сети smart chain в сеть harmony?
Нет, для этой задачи придется использовать биржу, встроенных межсетевых переводов в метамаске нет. Но если всего несколько монет – в этом нет смысла т.к. комиссии за обмен и вывод съедят всё.
Можно еще попробовать поискать мост, но они тоже платные все.
с бинанса выводы приостановлены, а монеты нужны для оплаты газа
подскажи пожалуйста мост
не знаю таких, пользуюсь https://hop.exchange/ и https://cbridge.celer.network/ , но у первого вообще нет сети Harmony, а у второго нет ONE (только USDC и ETH).
Добрый день! Подскажите пожалуйста, зарегала метамаск, фразу записала. Получила свои IX на кошелёк. Через время смотрю IX исчезли из кошелька. Сегодня сделала выход из кошелька, хотела заново зайти, ввела пароль для входа, пишет неправильный пароль. Как быть? Хотела удалить и заново закачать кошелёк, а там пишет, что я если удалю кошелёк, то мои активы и счета будут потеряны навсегда, так как моя секретная фраза не была сохранена.
По первому вопросу, связанному с появлением и исчезновение токенов, важно понимать, что метамаск это просто «хранилище» приватных ключей и интерфейс для подключения к приложениям – вся информация о транзакциях и балансах адресов храниться в блокчейне.
Если у вас есть сид-фраза вы можете восстановить доступ к своему кошельку, для этого необязательно удалять текущий кошелек, можете попробовать восстановить кошелек на втором устройстве используя сид-фразу, если все получится – восстановить на первом.
Ввёл сид фразу при регистрации, нажимаю полное рез. Копирование и ничего не происходит
Если кнопка активна и ничего не происходит – это глюк, можно попробовать переустановить кошелек. Если кнопка не активна – значит сид-фраза введена с ошибками.
Советы и Новости
А вы знали, что MetaMask можно использовать не только на ПК? Что у него есть свой встроенный браузер? Или что с его помощью вы можете получить доступ к CT NFT на своем телефоне? Так точно, все это является функционалом кошелька! В этой статье мы поговорим подробнее о приложении MetaMask: что это, что в нем есть и как использовать NFT для майнинга прямо в кошельке.
- 1. Что такое приложение MetaMask?
- 2. Как начать работу в приложении MetaMask?
- 3. Что есть в приложении MetaMask?
- 4. Как подключить приложение MetaMask к CT NFT?
Что такое приложение MetaMask?
Приложение MetaMask — это кошелек и браузер в одном: храните NFT, покупайте, отправляйте, используйте и обменивайте цифровые активы, одновременно взаимодействуя с различными сайтами работающими с блокчейнами, токенами и другое.
Как начать работу в приложении MetaMask?
Создать кошелек MetaMask просто — регистрация происходит почти так же, как в веб-версии для ПК.
Первый шаг: установите приложение MetaMask на ваше мобильное устройство: iOS или Android.

Второй шаг: нажмите «Начало работы», а затем «Создайте новый кошелек».
Если у вас уже есть кошелек MetaMask, которым вы пользуетесь на ПК, нажмите «Импортируйте с помощью секретной фразы для восстановления», чтобы получить доступ к вашему кошельку.

Третий шаг: придумайте пароль. В отличие от веб, в мобильной версии MetaMask вы можете включить Face ID или Touch ID для разблокировки кошелька.

Четвертый шаг: самый важный! Сейчас вам нужно прочитать, запомнить и воспроизвести предоставленные вам секретные фразы! Очень важно, чтобы вы хранили их в безопасности — любой, у кого они есть, может получить доступ к вашему кошельку и активам!

Как только вы расставите фразы в правильном порядке, процесс регистрации будет завершен! Теперь вы владелец собственного кошелька в приложении MetaMask!
Что есть в приложении MetaMask?
- Сканер QR-кода.

Используйте его для автоматического ввода адреса получателя. - Адрес вашего кошелька.
Нажмите на него, чтобы скопировать. - Нажмите «Получить»,
чтобы найти свой QR-код или поделиться адресом кошелька. - Нажмите «Купить»,
чтобы приобрести криптовалюту. - Нажмите «Отправить»,
если хотите отправить свои средства другим пользователям или перевести их на другой кошелек. Здесь вы также можно нажать на квадратную иконку и отсканировать QR-код, чтобы не вводить адрес получателя вручную. - Нажмите «Обменять»,
чтобы обменять криптовалюту на другую. - В разделе «Токены»
вы можете проверить криптовалюты на кошельке. В разделе «Токены NFT»
— NFT, хранящиеся на вашем MetaMask. - Нажмите на иконку с тремя линиями,
чтобы войти в меню. Здесь вы можете найти браузер, кошелек, активность и настройки.
Как подключить приложение MetaMask к CT NFT?
Второй шаг: перейдите в меню приложения и нажмите «Браузер».

Третий шаг: перейдите на Панель Управления CT NFT. Там нажмите «Подключить MetaMask».

Четвертый шаг: разрешите MetaMask подключиться к сайту и подпишите запрос от CryptoTab.

Пятый шаг: подтвердите добавление сети Polygon в кошелек и переключитесь на нее, чтобы совершать быстрые покупки с минимальной комиссией.

Шестой шаг: введите адрес электронной почты в появившемся окне. Затем откройте почтовый ящик, найдите письмо от CryptoTab, откройте его и нажмите на ссылку для завершения.
Это все! Ваш кошелек подключен к CT NFT в приложении MetaMask!
Теперь вы полностью готовы! Получите доступ к своему кошельку из любой точки мира: в дороге, на прогулке или дома — вы всегда можете управлять своими сбережениями и проверять, как работает NFT-майнинг! Легко и очень удобно!

Опубликовано: 12 августа 2022 г.
Поделиться этой статьей на
Недавно Добавленные

Золотая пора майнинга: миллионы H/s, призы и новые возможности!

Что будет с наградами майнеров, когда будет добыт последний Биткойн?

Уровень 3: эпоха яиц в Тест-драйве!
CryptoTab Browser Terms of Service
Please read these Terms carefully. The presently included Terms of Service (“Terms”) in conjunction with CryptoTab Browser’s Privacy Policy (“Privacy Policy”), form a binding legal agreement between you and CryptoTab Browser (“The Company”, “We”).
Acceptance of agreement
By using CryptoTab Browser (“The Service”), you (“User”) hereby agree to be bound by these Terms, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. In order to use the Service, you must be an adult above the age of majority able to enter into legal agreements so that as a prerequisite you can legally agree to these Terms. If you disagree with or dispute any term listed herein for any reason whatsoever, please immediately discontinue the use of CryptoTab Browser.
We reserve the right at any time and from time to time to modify or discontinue, temporarily or permanently, the Service (or any part thereof) with or without notice to the user. User agrees that the Company shall not be liable to user or to any third party for any modification, suspension, or discontinuance of the Service.
Your acceptance of these Terms also means you accept the following provisions:
- CryptoTab Browser can be installed from our official website only.
- CryptoTab Browser can be installed once Terms are accepted and by the owner of a computer only.
- CryptoTab Browser has a built-in cryptocurrency mining function. The browser is mining the cryptocurrency, which we consider relevant for the present moment. The mining results are displayed and paid out in Bitcoins at our exchange rate, and you agree to accept this rate.
- When having mining function activated, CryptoTab Browser icon shall stay visible in the taskbar at any time, it should not be hidden from a computer owner.
- If any of the provisions or terms specified herein are violated in any manner, we reserve the right to prohibit the use of CryptoTab Browser and stop mining process, including access and further use of the existing mining results.
Rules and conduct
As a condition of use, you promise not to use the Service for any purpose that is prohibited by the Terms of Service. For purposes of the Terms of Service, the term “Content” includes, without limitation, any information, data, text, photographs, videos, software, scripts, graphics, and interactive features generated, provided, or otherwise made accessible on or through the Service. By way of example, and not as a limitation, you shall not (and shall not permit any third party to) take any action (including contributing any Content) that: would constitute a violation of any applicable law, rule or regulation; infringes any intellectual property or other right of any other person or entity; is threatening, abusive, harassing, defamatory, libelous, deceptive, fraudulent, invasive of another’s privacy, tortious, obscene, offensive, or profane; constitutes unauthorized or unsolicited advertising, junk or bulk e-mail; contains software viruses or any other similar computer codes, files, or programs; or impersonates any person or entity.
Indemnification
You shall defend, indemnify, and hold harmless the Company, its affiliates and each of its representatives from all liabilities, losses, claims, and expenses, including reasonable attorneys’ fees, that arise from or relate to (i) your use or misuse of, or access to, the Service, or (ii) your violation of the Terms of Service or any applicable law, contract, policy, regulation or other obligation. We reserve the right to assume the exclusive defense and control of any matter otherwise subject to indemnification by you, in which event you will assist and cooperate with us in connection therewith.
Limitation of liability
The Service is provided «as-is.» We disclaim all warranties, whether express or implied, including without limitation, warranties that the services are merchantable and fit for your particular purposes. You bear the entire risk as to selecting the Service for your purposes and as to the quality and performance of the Service. Some jurisdictions do not allow the exclusion or limitation of implied warranties, so this disclaimer may not apply to you.
We will not be liable for any indirect, special, incidental, consequential, punitive, or exemplary damages arising out of or in any way relating to the use of the Service.
Advertisements
Some of the services available through CryptoTab Browser are supported by advertising revenue and may display advertisements and promotions. The manner, mode and extent of advertising by CryptoTab Browser are subject to change without specific notice to you.
Other content
The Service may include hyperlinks to other web sites or content or resources. You acknowledge and agree that we are not responsible for the availability of any such external sites or resources, and do not endorse any advertising, products or other materials on or available from such web sites or resources.
You further acknowledge and agree that we are not liable for any loss or damage which may be incurred by you as a result of the availability of those external sites or resources, or as a result of any reliance placed by you on the completeness, accuracy or existence of any advertising, products or other materials on, or available from, such web sites or resources.
Modification of terms
We reserve the right, at our sole discretion, to modify or replace any of the Terms of Service, or change, suspend, or discontinue the Service (including without limitation, the availability of any feature, database, or content) at any time by posting a notice on our websites or Service or by sending you an email. We may also impose limits on certain features and services or restrict your access to parts or all of the Service without notice or liability. It is your responsibility to check the Terms of Service periodically for changes. Your continued use of the Service following the posting of any changes to the Terms of Service constitutes acceptance of those changes.