Web app for ORE cryptocurrency mining.
This app is built with Dioxus.
To run locally, you will need Rust. Once installed, you can run:
./script/build.sh
This builds the web artifacts. You can host them locally with the following command:
(cd serve && cargo run)
This hosts the website on localhost:8080
.