-
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.
Merge pull request #500 from onflow/ianthpun/flow-fund
Add flow account fund documentation
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Funding a Testnet Account | ||
description: How to fund a Testnet Flow account from the command line | ||
sidebar_position: 7 | ||
--- | ||
|
||
:::info | ||
|
||
The [Flow Testnet Faucet](https://testnet-faucet.onflow.org/) allows users to create accounts and receive 1,000 Testnet FLOW tokens for testing and development purposes. You can also fund an existing Testnet accounts without needing to create one through the site, or through the CLI. | ||
|
||
::: | ||
|
||
Fund a valid Testnet Flow Account using the Flow CLI. | ||
|
||
```shell | ||
flow accounts fund <address> | ||
``` | ||
|
||
## Example Usage | ||
|
||
``` | ||
> flow accounts fund 8e94eaa81771313a | ||
Opening the faucet to fund 0x8e94eaa81771313a on your native browser. | ||
If there is an issue, please use this link instead: https://testnet-faucet.onflow.org/fund-account?address=8e94eaa81771313a | ||
``` | ||
|
||
## Arguments | ||
|
||
### Address | ||
|
||
- Name: `address` | ||
- Valid Input: Flow Testnet account address. | ||
|
||
Flow [account address](../../../build/basics/accounts.md) (prefixed with `0x` or not). |
97f2565
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs – ./
docs-smoky-iota.vercel.app
docs-git-main-onflow.vercel.app
docs-onflow.vercel.app
developers.flow.com