xmrnetscan is an alpha project. Expect breaking changes in future
versions.
An accessible live deployment of this app is available at moneronet.info.
You can install the development version of xmrnetscan like so:
Install R. Linux users should install the r-base and r-base-dev
system packages.
Install the Rust toolchain. The easiest way to do this is following instructions at rustup.
You may need the libsqlite3-dev system package. To install it on
Ubuntu- or Debian-based Linux systems, input this in your terminal
console:
sudo apt-get install libsqlite3-devYou can install the development version of xmrnetscan from
GitHub if you have git and curl installed on
your system with:
install.packages("remotes")
remotes::install_github("Rucknium/xmrnetscan", upgrade = FALSE)You can launch the application locally by running:
xmrnetscan::run_app()