Skip to content

regolith-labs/ore-app

Repository files navigation

ORE app

Web app for ORE cryptocurrency mining.

Running locally

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.