Skip to content

schmiatz/solana-epoch-taskbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Epoch Tracker

A standalone macOS menu bar application that shows the current Solana epoch information. Track the current epoch, progress, and network status directly from your menu bar.

Features

  • Shows current epoch number and progress in the menu bar
  • Displays remaining time until next epoch
  • Supports Mainnet, Testnet, and Devnet networks
  • Shows network status (Progressing/Halted)
  • Updates automatically every minute
  • Native macOS menu bar integration

Note: This application queries the public Solana RPC endpoints once a minute to fetch epoch information. If you're already using these endpoints for other purposes, you might encounter rate limits. For more information about rate limits and available endpoints, please refer to the Solana Clusters documentation.

Installation

From Source

  1. Clone this repository:

    git clone https://github.com/schmiatz/solana-epoch-taskbar.git
    cd solana-epoch-taskbar
  2. Install dependencies:

    npm install
  3. Run in development mode:

    npm run dev
  4. Build the application:

    npm run build

    The built application will be in the dist folder.

Usage

  1. Launch the application
  2. The epoch information will appear in your menu bar
  3. Click the menu bar icon to:
    • Switch between networks (Mainnet/Testnet/Devnet)
    • View detailed epoch information
    • Quit the application
  4. Hover over the icon to see detailed information including:
    • Current network
    • Epoch number
    • Progress percentage
    • Remaining time
    • Network status

Requirements

  • macOS 10.13 or later
  • Node.js 14 or later (only for building from source)

Development

To run the app in development mode:

npm run dev

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see the LICENSE file for details

Screenshots

Menu Bar Network Select

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors