Skip to content

tari-project/tari-universe

Repository files navigation

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.

macOS

WIP

Running Tari Universe locally

Run cargo tauri dev to launch application locally

Logs are available in log/wallet-daemon folder and sqlite db logs are in igor/data

Testing tapplets locally

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published