-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to naming of EVM on Flow (#635)
* doc: update EVM naming * doc: update naming for using evm * dco: mor naming updates * doc: nit
- Loading branch information
Greg Santos
authored
Mar 5, 2024
1 parent
307e304
commit f98d19d
Showing
7 changed files
with
52 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
--- | ||
title: Faucets | ||
sidebar_label: Faucets | ||
sidebar_position: 2 | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Faucets | ||
|
||
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. | ||
|
||
## Previewnet | ||
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. | ||
|
||
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) | ||
## Flow Faucet | ||
|
||
## Testnet (FlowEVM Support Coming Soon) | ||
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. | ||
|
||
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) | ||
Access the **Flow Faucet** at the following links: | ||
|
||
## 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). | ||
- [**Previewnet Faucet**](https://previewnet-faucet.onflow.org/fund-account) | ||
- [**Testnet Faucet**](https://testnet-faucet.onflow.org/fund-account) (EVM Support Coming Soon) |
Oops, something went wrong.