From 7d5120fe5c34b14008640bc3abc436bbb0c0330a Mon Sep 17 00:00:00 2001 From: Jeff Doyle Date: Tue, 5 Mar 2024 09:43:48 -0800 Subject: [PATCH] Misc updates to FlowEVM tools docs (#633) * Include docs on flowdiver previewnet support * Reorder tools docs * Reorder faucets with previewnet first --- docs/evm/tools/block-explorers.md | 9 ++++----- docs/evm/tools/faucets.md | 15 ++++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/evm/tools/block-explorers.md b/docs/evm/tools/block-explorers.md index 7ab6d8a73e..15a60bbf85 100644 --- a/docs/evm/tools/block-explorers.md +++ b/docs/evm/tools/block-explorers.md @@ -4,11 +4,10 @@ sidebar_label: Block Explorers sidebar_position: 2 --- -:::info +# Block Explorers -## Coming Soon +## Flowdiver -Details on block explorers are currently in the works and will be shared soon. +Flowdiver offers a block explorer which supports [Crescendo Previewnet](https://previewnet.flowdiver.io/) -For real-time updates and discussions, please join the [Flow Discord](https://discord.gg/flow) and check the #evm channel. -::: +Testnet and mainnet support is coming soon. diff --git a/docs/evm/tools/faucets.md b/docs/evm/tools/faucets.md index 38c3df46a5..941e332f0d 100644 --- a/docs/evm/tools/faucets.md +++ b/docs/evm/tools/faucets.md @@ -1,7 +1,7 @@ --- title: Faucets sidebar_label: Faucets -sidebar_position: 1 +sidebar_position: 2 --- # Faucets @@ -9,13 +9,14 @@ sidebar_position: 1 A faucet is a way to distribute small amounts of a token to users for testing and development purposes. Token faucets are essential for developers to test and deploy smart contracts without using real assets. -If you would like to run your EVM app on Flow Previewnet or Testnet you must fund it with some FLOW using a faucet or supporting wallet. +## Previewnet -## Flow Faucet +The Crescendo Previewnet network, part of the Flow ecosystem, also offers a faucet for developers. Access the Crescendo Previewnet faucet at: [Previewnet Faucet](https://previewnet-faucet.onflow.org/fund-account) -The Flow Faucet is a fast and reliable network faucet that allows you to create an account on the specified network as well as fund small amounts of test Flow to any Cadence or EVM address on these networks. +## Testnet (FlowEVM Support Coming Soon) -Access the **Flow Faucet at the following links: +FlowEVM supports developers with a testnet faucet, facilitating the testing and development of smart contracts in a risk-free environment. Access the testnet faucet at: [FlowEVM Testnet Faucet](https://testnet-faucet.onflow.org/fund-account) -- [**Previewnet Faucet**](https://previewnet-faucet.onflow.org/fund-account) -- [**Testnet Faucet**](https://testnet-faucet.onflow.org/fund-account) (EVM Support Coming Soon) \ No newline at end of file +## Mainnet + +FlowEVM does not have a faucet for mainnet. You can get FLOW token through an exchange or receiving FLOW from a 3rd party or receiving FLOW token as staking rewards. Learn more [here](https://flow.com/use-flow/flow-token). \ No newline at end of file