From f952ff1b1c6b9a1eb67d1c1b54c79a451088bfc5 Mon Sep 17 00:00:00 2001 From: Jeff Doyle Date: Mon, 4 Mar 2024 12:04:25 -0800 Subject: [PATCH] Move coming soon items to bottom of using page (#627) * Move coming soon Flow Wallet to bottom of using page * Adds flow native wallets section --- docs/evm/using.mdx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/evm/using.mdx b/docs/evm/using.mdx index 249f17ed06..92b77525fa 100644 --- a/docs/evm/using.mdx +++ b/docs/evm/using.mdx @@ -9,15 +9,6 @@ import {AddNetworkButton} from '@site/src/components/addNetworkButton'; # Using FlowEVM -## (Coming Soon) [Flow Wallet](https://wallet.flow.com) - -Flow Wallet is available on [Android](https://play.google.com/store/apps/details?id=io.outblock.lilico&hl=en_US&gl=US) and [iOS](https://apps.apple.com/ca/app/flow-core/id1644169603) apps, with desktop support using the Flow Wallet [Chrome extension](https://chromewebstore.google.com/detail/flow-reference-wallet/hpclkefagolihohboafpheddmmgdffjm). In addition to being able to transact in both FlowEVM and Cadence environments, Flow Wallet will also allow you to view and move assets between EVM and Cadence, making it possible to manage all your assets in one place. - -To use Flow Wallet Chrome extension: - -1. Open the Flow Wallet browser extension and create your account. -2. Connect to an app using Flow Wallet. - ## EVM Wallets Applications deployed to FlowEVM will work with popular EVM-compatible wallets such as [MetaMask](https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn), all you need to do is add FlowEVM as a custom network. @@ -51,6 +42,13 @@ Manually method: Add FlowEVM as a custom network to MetaMask: You should now be able to connect to the FlowEVM by selecting it from the network selection dropdown menu -### Flow Native Wallets +## Flow Native Wallets -Flow native wallets which have added support for FlowEVM will also be able to interact with both Flow and FlowEVM. +### (Coming Soon) [Flow Wallet](https://wallet.flow.com) + +Flow Wallet is available on [Android](https://play.google.com/store/apps/details?id=io.outblock.lilico&hl=en_US&gl=US) and [iOS](https://apps.apple.com/ca/app/flow-core/id1644169603) apps, with desktop support using the Flow Wallet [Chrome extension](https://chromewebstore.google.com/detail/flow-reference-wallet/hpclkefagolihohboafpheddmmgdffjm). In addition to being able to transact in both FlowEVM and Cadence environments, Flow Wallet will also allow you to view and move assets between EVM and Cadence, making it possible to manage all your assets in one place. + +To use Flow Wallet Chrome extension: + +1. Open the Flow Wallet browser extension and create your account. +2. Connect to an app using Flow Wallet. \ No newline at end of file