About Dashboard
This open-source project is a blockchain network dashboard designed to track and visualize historical data for blockchain networks. The dashboard provides users with insights into key network metrics such as the total number of accounts, changes in supply, shifts in staked and unstaked tokens, and fluctuations in inflation rates. By offering a clear and intuitive interface, this tool enables users to monitor the evolution of blockchain networks over time, making it a valuable resource for developers, analysts, and anyone interested in blockchain data. Its open-source nature encourages collaboration and continuous improvement, ensuring that the dashboard remains a robust and adaptable solution for blockchain ecosystem monitoring.
There are two dashboard repositories. The first one is backend and the second one is frontend. Both products need to be deployed. The backend needs to be deployed first.
Backend deploying
cp .env.example .env
- Run
php artisan key:generate
- Fill your data on
.env
:
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
CHAIN_API_URL=
- Run
php artisan migrate
- Run
php artisan schedule:work
(add to cron on production)
Frontend deploying
npm install
- Open
.env.development
and.env.production
- Fill your API url address, site name, denom and minimal denom:
VITE_CHAIN_API_URL=https://
VITE_API_URL=https://
VITE_SITE_NAME="Aaron Network"
VITE_DENOM=""
VITE_MINIMAL_DENOM=""
npm run dev
Questions
For questions and support please write to [email protected]