https://github.com/cryptomalgo/algonoderewards
An application to track and visualize the rewards from running an Algorand node, using Nodely API.
https://github.com/cryptomalgo/algonoderewards
algorand algorand-blockchain algorand-node
Last synced: about 2 months ago
JSON representation
An application to track and visualize the rewards from running an Algorand node, using Nodely API.
- Host: GitHub
- URL: https://github.com/cryptomalgo/algonoderewards
- Owner: cryptomalgo
- License: mit
- Created: 2025-04-14T09:03:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T12:35:57.000Z (6 months ago)
- Last Synced: 2025-06-06T13:18:58.156Z (6 months ago)
- Topics: algorand, algorand-blockchain, algorand-node
- Language: TypeScript
- Homepage: https://algonoderewards.com
- Size: 4.09 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-algorand - algonoderewards - Track and visualize Algorand node rewards using Nodely API. (Learning Resources / Projects)
README
# AlgoNodeRewards
[](https://github.com/cryptomalgo/algonoderewards/actions/workflows/ci.yml)
[](https://opensource.org/licenses/MIT)
[](https://react.dev/)
[](https://www.typescriptlang.org/)
[](https://vitejs.dev/)
[](https://x.com/cryptomalgo)
A React application to track and visualize the rewards from running an Algorand node, using [Nodely](https://nodely.io/) API.
## Website
You can access the website at [algonoderewards.com](https://algonoderewards.com)

## Features
- 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
## Development Setup
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Lint & test
npm run ci
# Build for production
npm run build
```
## Deploy
The project is automatically deployed to [](https://pages.cloudflare.com/)
on each push to the main branch. The production website is available at [algonoderewards.com](https://algonoderewards.com).
## License
[](LICENSE)