npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@polymedia/zui

v0.0.14

Published

zui: Sui command line tools

Readme

zui: Sui command line tools

Polymedia Zui

zui -h

Usage: zui [options] [command]

zui: Sui command line tools

Options:
  -V, --version       output the version number
  --json              output in JSON format
  -q, --quiet         suppress non-error output
  -v, --verbose       show debug output
  -h, --help          display help for command

Commands:
  bulksend            Airdrop coins to multiple addresses
  bytecode-transform  Modify Move bytecode by replacing constants and identifiers
  bytecode-publish    Publish Move bytecode files as a Sui package
  coin-send           Send a coin amount to an address
  coin-zero-destroy   Destroy all zero-balance coin objects
  coin-zero-send      Create and transfer zero-balance coins
  empty-wallet        Transfer all non-SUI objects to an address
  find-last-tx        Find the latest transaction for one or more Sui addresses
  find-coin-holders   Find coin holders and their balances
  find-nft-holders    Find unique holders of an NFT collection
  find-nfts           Find all NFTs (object ID, owner, and name) in a collection
  find-nft-verified   Find all NFT collections that are verified on TradePort
  msg-sign            Sign a Sui personal message with your active keypair
  msg-verify          Validate a Sui personal message signature
  rand-addr           Generate pseudorandom Sui addresses
  help                display help for command

Installation

npm --global install @polymedia/zui
zui -h

If you'll fetch NFT data, set your Indexer.xyz credentials as environment variables:

export INDEXER_API_USER=your_username
export INDEXER_API_KEY=your_api_key

Development

git clone https://github.com/juzybits/polymedia-zui.git
cd polymedia-zui
cd src/cli
pnpm i
pnpm zui -h

Optionally, create a src/cli/.env file with your Indexer.xyz credentials.