# promptAddress

Description: promptAddress cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/Utilities/prompt-address.mdx

### Signature

```solidity
function promptAddress(string calldata promptText) external returns (address);
```

### Description

Prompts the user for an address in the terminal.
