Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.32 KB

Requirements

Install tauri-cli with command cargo install tauri-cli --version "^2.0.0-beta" Install npm and node from npm docs Minimal requirements are:

  • node version >= 18
  • npm version >= 8

Install rust with minimal version 1.77

Add wasm32-unknown-unknown compilation target for rust with command rustup target add wasm32-unknown-unknown

tari-dan requires it's own dependencies to run on ubuntu:

Run install_ubuntu_dependencies.sh from tari-dan repo

windows

Download Visual Studio Community 2019 from microsoft webpage On installation select Dekstop development with C++ from Desktop & Mobile tab and click Install.

Running Tari Universe locally

Run cargo tauri dev to launch application locally

Logs and databases are in the app system directory

  • linux /home/$USER/.local/share/universe.tari
  • macOS $HOME/Library/Application Support
  • windows {FOLDERID_RoamingAppData}

Testing tapplets locally

Navigate to Tapplet Registry and click Add dev tapplet to add tapplet running on your machine