New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@zoralabs/cli

Package Overview
Dependencies
Maintainers
12
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zoralabs/cli

Zora CLI tool

latest
npmnpm
Version
1.0.1
Version published
Maintainers
12
Created
Source

Zora CLI

Beta — This package is in pre-release. Commands, flags, and output formats may change between versions without notice.

A command-line tool for interacting with the Zora protocol. Explore coins, check prices, manage wallets, and trade — all from the terminal.

Install

Requires Node.js 20+.

npm install -g @zoralabs/cli

Quick start

# Guided first-time setup — wallet, API key, and deposit instructions
zora setup

# Browse trending coins
zora explore

# Look up a specific coin
zora get <address-or-name>

# Check price history
zora price-history <address-or-name>

Commands

All commands support --json for machine-readable output. Commands with live data (explore, balance, profile) also support --live (interactive, default) and --static (snapshot). Use --refresh <seconds> to set the auto-refresh interval in --live mode.

CommandDescriptionWallet required
setupGuided first-time setup (wallet + API key + deposit info)
exploreBrowse top, new, and highest volume coinsNo
getLook up a coin by address or nameNo
price-historyDisplay price history for a coinNo
authConfigure or check API key statusNo
profileView creator or user profilesNo
buyBuy a coinYes
sellSell a coinYes
balanceShow wallet balances (ETH, USDC, ZORA) and coin positionsYes
walletShow wallet address, export key, or configure walletYes
sendSend tokens to another addressYes

Run zora --help or zora <command> --help for detailed usage.

Setup

zora setup walks through three steps: wallet configuration, API key (optional), and deposit instructions. It is re-runnable — existing configuration is detected and can be kept or overwritten.

zora setup            # interactive 3-step flow
zora setup --create   # skip wallet prompt, generate a new key
zora setup --yes      # non-interactive, accept all defaults
zora setup --force    # overwrite existing wallet and API key

The private key is stored locally at ~/.config/zora/wallet.json with restricted permissions. ZORA_PRIVATE_KEY and ZORA_API_KEY environment variables take precedence over saved config files.

Advanced

To configure wallet or API key individually (without running the full setup flow). All commands work without an API key but may be rate-limited:

  • zora wallet configure — create or import a wallet (--create, --force)
  • zora auth configure — save an API key; zora auth status — check current config

Documentation

Full documentation is available at cli.zora.com.

Feedback

Reach out at x.com/zorasupport or support.zora.co.

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts