Skip to main content

Module setup

Module setup 

Source
Expand description

§Setup Command

This module implements the setup command for interactive configuration of the Scope application. It walks users through setting up API keys and preferences.

§Usage

# Run the full setup wizard
scope setup

# Show current configuration status
scope setup --status

# Set a specific API key
scope setup --key etherscan

Structs§

SetupArgs
Arguments for the setup command.

Functions§

run
Runs the setup command.