DENTNet Dashboard lets you stake DENTX, check payout stats, swap DENT Tokens to DENTX and more. It's based on the Polkadot Staking Dashboard with some modifications.
Install the dependencies:
npm i
Start a local instance:
npm run dev
You may build a container using:
./shell/build-container.sh
Then run your container with:
podman run --d -p 8080:80 localhost/dentnet-staking-dashboard
And access the Staking Dashboard at http://localhost:8080/.