Socket
Book a DemoInstallSign in
Socket

alldomains-cli

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alldomains-cli

Unofficial CLI for interacting with AllDomains Web3 identities

latest
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

alldomains-cli

A CLI for interacting with AllDomains Web3 identities on Solana.

Installation

npm install -g alldomains-cli

Usage

alldomains <command> [options]

Commands

alldomains resolve <domain>
alldomains owned <publicKey>
alldomains tlds
alldomains all-domains

Examples

alldomains resolve metasal.solana
alldomains owned
alldomains tlds --rpc https://helius-rpc.com/?api-key=your-api-key

Global Options

alldomains <command> [options]
Commands
resolve <domain>: Resolve a domain to its owner PublicKey.
owned <publicKey>: List domains owned by a PublicKey.
owned-tld <publicKey> <tld>: List domains in a specific TLD.
tlds: List all active TLDs.
all-domains: List all registered domains (slow).
Options
--rpc <url>: Custom Solana RPC URL (default: https://helius-rpc.com/?api-key=your-api-key).

Keywords

cli

FAQs

Package last updated on 04 Mar 2025

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