This dashboard is a Dioxus Fullstack app leveraging Tailwindcss and the Rust programming language.
It is made for the Sigmanauts Mining Pool on the Ergo blockchain, and it is fully written in Rust!
The webapp is live on the following url: http://sigmamining.xyz/
Sigmanauts Mining Discord Channel
Sigmanauts Mining Telegram Channel
- Install Rust: https://www.rust-lang.org/tools/install
- install dioxus cli:
cargo install dioxus-cli
- Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install the tailwind css cli: https://tailwindcss.com/docs/installation
- Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch
Launch the Dioxus Fullstack app:
dx serve --platform fullstack