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.
Before setting up the Validator GUI, ensure you have the following components installed and configured:
- Shardeum server
- JSON RPC server
- Shardeum Validator CLI (configured)
git clone [email protected]:shardeum/validator-gui.git
cd validator-gui
npm install
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.
npm link operator-cli
export NODE_ENV=development
npm run build
npm run start
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>
The Validator GUI dashboard provides various features for managing your Shardeum nodes:
- Node Status: Monitor the current status of your node.
- Performance Metrics: View key performance indicators and network statistics.
- Configuration Settings: Adjust node settings through the GUI.
- Reward Tracking: Monitor your earned rewards and payout history.
- Network Information: Access real-time data about the Shardeum network.
Explore the intuitive interface to familiarize yourself with all available features.
If you encounter issues:
- Ensure all prerequisites are correctly installed and configured.
- Verify that the Shardeum network and JSON RPC server are running.
- Check the console for any error messages.
- Ensure the environment variables in the
.env
file are correct. - Restart the GUI application after making any configuration changes.
We welcome contributions to improve the Shardeum Validator GUI! Please follow these steps:
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
Ensure that you adhere to our code of conduct in all interactions within the project ecosystem.
Join our vibrant community for support, discussions, and updates:
- GitHub Discussions: For technical discussions and searchable conversations.
- Discord Server: For real-time chat and community interaction.