Skip to content

feat: Public Network Status Page (Bounty #38)#585

Closed
sososonia-cyber wants to merge 6 commits intoScottcjn:mainfrom
sososonia-cyber:feature/rustchain-status-page
Closed

feat: Public Network Status Page (Bounty #38)#585
sososonia-cyber wants to merge 6 commits intoScottcjn:mainfrom
sososonia-cyber:feature/rustchain-status-page

Conversation

@sososonia-cyber
Copy link
Copy Markdown
Contributor

Summary

Created a public network status page for RustChain.

Bounty

This completes Bounty #38: Public RustChain Network Status Page

Features

  • Real-time node health status (green/red indicator)
  • Active miner count with architecture distribution
  • Current epoch and slot progress bar
  • Top miners table
  • Auto-refreshes every 60 seconds
  • Mobile responsive design
  • Pure static HTML, deployable on GitHub Pages

Usage

Simply open the HTML file in a browser, or deploy to GitHub Pages.

Files Changed

  • web/index.html

Reward

25 RTC

sososonia-cyber added 6 commits March 6, 2026 00:07
- Added pip-installable Python SDK
- Supports all node API endpoints: health, miners, balance, epoch, eligibility, attestation, transfer
- Async support with aiohttp
- Type hints throughout
- SSL verification toggle (handles self-signed certs)
- Retry logic with exponential backoff
- CLI tool included

Closes Scottcjn#36
- Command-line wallet management tool
- create: Generate new wallet with Ed25519 keys
- list: List all stored wallets
- balance: Check wallet balance via API
- import: Import from mnemonic phrase
- export: Export wallet info
- Uses rustchain_sdk for API calls

Closes Scottcjn#39
- RustChain node metrics exporter for Prometheus
- Metrics: node health, miners, epoch info, miner details
- Supports Grafana integration
- Run as standalone Python script or Docker

Closes Scottcjn#504
- Document all public API endpoints
- Includes health, epoch, miners, lottery, wallet, attestation
- Ready for Swagger UI integration
- Helps developers build tools on RustChain

Closes Scottcjn#502
- Export miner data to CSV, JSON, Parquet formats
- Include epoch and health data with --include-epoch flag
- Easy to use CLI tool

Closes Scottcjn#49
- Real-time node health status
- Active miner count with architecture distribution
- Current epoch and slot progress
- Auto-refresh every 60 seconds
- Mobile responsive design
- Pure static HTML, deployable on GitHub Pages

Closes Scottcjn#38
@Scottcjn
Copy link
Copy Markdown
Owner

Scottcjn commented Mar 5, 2026

Hey @sososonia-cyber, welcome to RustChain! Closing this one because bounty #38 (Status Page) was merged as PR #564 by @createkr earlier today.

Don't worry — there's plenty of open work! Here's how to get started and earn RTC:

Unclaimed bounties (still open):

Tips for success:

  1. Check if a bounty is already taken — look at merged PRs before starting
  2. One focused PR per bounty — easier to review and merge
  3. Star our repos + follow @Scottcjn — earn 2.5 RTC per star (up to 50 RTC) while you work on code bounties

Your PRs #580 (Python SDK), #582 (Prometheus), #583 (OpenAPI), and #584 (Attestation Export) are still open for review. For #583 (OpenAPI), note there's a competing PR #578 by @edisonlv with CI passing — you may want to focus on the others.

Looking forward to your contributions!

@Scottcjn Scottcjn closed this Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants