A Next.js frontend dashboard for visualizing utility metering and billing data from Equipchain smart contracts on Stellar Soroban.
First, run the development server:
npm run devOpen http://localhost:3000 to view the dashboard.
- Real-time utility meter monitoring
- Usage and billing visualization
- Gas buffer status tracking
- Provider and consumer dashboards
This repository includes an end-to-end integration test harness built on Playwright, designed to run against a local Soroban-capable Stellar node (Quickstart).
docker compose -f docker-compose.test.yml up -dThe Soroban/Stellar RPC endpoint will be available at http://localhost:8000/rpc.
npm run test:integrationPowerShell:
$env:NEXT_PUBLIC_SOROBAN_RPC_URL="http://localhost:8000/rpc"
npm run test:integration