Skip to content

Commit

Permalink
Merge pull request #500 from onflow/ianthpun/flow-fund
Browse files Browse the repository at this point in the history
Add flow account fund documentation
  • Loading branch information
ianthpun authored Jan 8, 2024
2 parents 262e5ec + fa6953b commit 97f2565
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/tools/flow-cli/accounts/account-fund.md
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).

1 comment on commit 97f2565

@vercel
Copy link

@vercel vercel bot commented on 97f2565 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.