Files
nym/tauri-wallet
2021-11-03 11:23:53 +01:00
..
2021-09-27 12:03:54 +02:00
2021-09-27 12:03:54 +02:00
2021-10-19 09:08:07 +01:00
2021-10-22 17:44:58 +01:00
2021-09-27 12:03:54 +02:00
2021-09-27 12:03:54 +02:00
2021-09-27 12:03:54 +02:00
2021-11-03 11:23:53 +01:00
2021-09-27 12:03:54 +02:00
2021-10-14 16:30:09 +01:00
2021-10-15 18:17:51 +01:00
2021-09-27 12:03:54 +02:00
2021-09-27 12:03:54 +02:00
2021-09-27 12:03:54 +02:00

Nym Tauri Wallet

A Rust and Tauri desktop wallet implementation.

Installation prerequisites Linux / Mac

  • Yarn
  • NodeJS >= v16.8.0
  • Rust & cargo >= v1.51

Installation prerequisites Windows

  • When running on Windows you will need to install c++ build tools
  • An easy guide to get rust up and running Installation
  • When installing NodeJS please use the current features version
  • Using a package manager like Chocolatey is recommended

Installation

Inside of the tauri-wallet folder, run the following commands

  • yarn install

Development mode

You can run the wallet without having to install it in development mode by running the following terminal command from the tauri-wallet folder

yarn dev

Production mode

To build and install the wallet, run the following terminal command from the tauri-wallet folder

$ yarn build

This will build an executable file that you can use to install the wallet on your machine

Install the wallet

Once the the building process is complete an installation file can be found in the following location tauri-wallet/target/release/nym_wallet ``