A simple dashboard to track and analyze beneficiary rewards for any Hive blockchain account.
When content creators on Hive set beneficiaries on their posts, a percentage of their post rewards goes to those beneficiary accounts. This tool helps beneficiary accounts track how much they've earned over time.
- Track beneficiary rewards for any Hive account
- View rewards in HBD, Hive Power (HP), and combined USD value
- Filter by time range: Today, 7 Days, or 30 Days
- Daily breakdown of all payouts
- Real-time HIVE/HBD conversion using Hive internal market prices
- Framework: Next.js 15
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- API: Hive Condenser API (api.hive.blog)
condenser_api.get_account_history- Fetch account operationscondenser_api.get_dynamic_global_properties- Get VESTS to HP conversion ratecondenser_api.get_ticker- Get HIVE/HBD market price
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev - Open http://localhost:3000
This project is deployed on Vercel. You can deploy your own instance by clicking the button below:
Consider voting for these witnesses to help secure the Hive network:
MIT