Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 818 Bytes

cast-resolve-name.md

File metadata and controls

45 lines (27 loc) · 818 Bytes

cast resolve-name

NAME

cast-resolve-name - Perform an ENS lookup.

SYNOPSIS

cast resolve-name [options] who

DESCRIPTION

Perform an ENS lookup.

If --verify is passed, then a reverse lookup is performed after the normal lookup to verify that the name is correct.

OPTIONS

Lookup Options

-v
--verify
    Perform a reverse lookup to verify that the name is correct.

RPC Options

{{#include ../common/rpc-url-option.md}}

{{#include common-options.md}}

EXAMPLES

  1. Get the address for an ENS name.

    cast resolve-name vitalik.eth
  2. Perform both a normal and a reverse lookup:

    cast resolve-name --verify vitalik.eth

SEE ALSO

cast, cast lookup-address