A React application to track and visualize the rewards from running an Algorand node, using Nodely API.
You can access the website at algonoderewards.com
- 
Node status
 - 
Rewards statistics
- Estimated APY (Annual Percentage Yield)
 - Total rewards
 - Total blocks
 - No block probability gauge
 - Max blocks/rewards in a day
 - Min/max reward
 - Average rewards per day/month total/last 30D/last 7D
 - Average blocks per day/month total/last 30D/last 7D
 - Monthly heatmap statistics
 - Rewards History chart
 - Blocks History chart
 - Block Distribution chart by Day and Hour
 - Block reward intervals chart
 
 - 
Responsive design for both desktop and mobile
 - 
Dark/light/system theme modes
 - 
Real-time exchange rate in USD (from Binance)
 - 
CSV export
 
# Install dependencies
npm install
# Start development server
npm run dev
# Lint & test
npm run ci
# Build for production
npm run buildThe project is automatically deployed to 
on each push to the main branch. The production website is available at algonoderewards.com.
