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

mina-maya

v0.0.6

Published

CLI tool for interacting with Mina ecosystem

Readme

Maya-cli

The Maya CLI is a versatile utility designed to simplify common tasks related to the Mina blockchain project. With this tool, you can perform various operations, including:

Features:

1. Create Frontend

  • Description: Quickly set up a frontend for your Mina project using popular frameworks like Next.js and React.js.
  • Usage:
    npx mina-maya create-frontend

2. Check Balance

  • Description: Retrieve the balance associated with a specific Mina account using the Mina Explorer API.
  • Usage:
    npx mina-maya check-balance

3. Check Mina

  • Description: Obtain essential data about the Mina blockchain network, such as blockchain length, circulating supply, state hash, chain ID, and total currency.

  • Usage:

    npx mina-maya check-mina
  • Example Output:

    Metric           Value
    ---------------  ------------------------------------
    Blockchain       1,000,000
    Circulating      1,000,000
    State Hash       3NLES4Ho75Pv7DRCbNPUpjyzGCC4M69ssoeUsVJgnqoR4DR7v2du
    Chain id         5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
    Total currency   1107082252.840039233

Prerequisites:

Before using the Mina Project Command-Line Tool, ensure that you have the following prerequisites installed on your system:

Getting Started:

  1. Clone the project repository or download the script.

  2. Install project dependencies by running the following command in the project's directory:

    yarn install
  3. Run the script using the following command:

    yarn start <operation>
  4. For building the script, run the following command:

    yarn build

    The script will be built in the dist directory.

Usage:

To use the tool, run it with one of the specified operations as an argument. For example, to create the frontend, run:

npx mina-maya create-frontend

Replace npx mina-maya with the path to the script if needed.

If you specify an invalid operation, the script will display a list of available operations.

Acknowledgments:

This project utilizes third-party libraries to enhance functionality:

  • chalk for colorful console output.
  • inquirer for interactive command-line prompts.

License:

This project is licensed under the MIT License.