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

@shardeum-foundation/shardeum-validator-gui

v1.4.3

Published

## Overview

Readme

Shardeum Validator GUI

Overview

The Shardeum Validator GUI provides a user-friendly graphical interface for managing nodes on the Shardeum network. This tool simplifies the process of monitoring and controlling your nodes, making it easy and accessible to all users of varying experiences.

Prerequisites

Before setting up the Validator GUI, ensure you have the following components installed and configured:

  1. Shardeum server
  2. JSON RPC server
  3. Shardeum Validator CLI (configured)

Installation and Setup

1. Clone the Repository

git clone [email protected]:shardeum/validator-gui.git 
cd validator-gui

2. Install Dependencies

npm install

3. Configure Environment

Create a .env file in the root directory with the necessary environment variables. For a local network setup, use:

NEXT_PUBLIC_RPC_URL=http://127.0.0.1:8080
PORT=8081
RPC_SERVER_URL=http://127.0.0.1:8080

Note: Adjust these values according to your specific network configuration.

4. Link Operator CLI and Set Environment

npm link operator-cli
export NODE_ENV=development

5. Build and Launch

npm run build
npm run start

6. Access the Dashboard

Open your web browser and navigate to http://localhost:8081 (or the port you specified in the .env file).

Log in using the password set in the Validator CLI. If you haven't set a password yet, you can do so by running the following command in the CLI directory:

operator-cli gui set password <your-chosen-password>

Usage

The Validator GUI dashboard provides various features for managing your Shardeum nodes:

  1. Node Status: Monitor the current status of your node.
  2. Performance Metrics: View key performance indicators and network statistics.
  3. Configuration Settings: Adjust node settings through the GUI.
  4. Reward Tracking: Monitor your earned rewards and payout history.
  5. Network Information: Access real-time data about the Shardeum network.

Explore the intuitive interface to familiarize yourself with all available features.

Troubleshooting

If you encounter issues:

  1. Ensure all prerequisites are correctly installed and configured.
  2. Verify that the Shardeum network and JSON RPC server are running.
  3. Check the console for any error messages.
  4. Ensure the environment variables in the .env file are correct.
  5. Restart the GUI application after making any configuration changes.

Contributing

We welcome contributions to improve the Shardeum Validator GUI! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

Ensure that you adhere to our code of conduct in all interactions within the project ecosystem.

Community and Support

Join our vibrant community for support, discussions, and updates:

License

LICENSE