Nym Tauri Wallet
A Rust and Tauri desktop wallet implementation.
Installation prerequisites Linux / Mac
YarnNodeJS >= v16.8.0Rust & 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 featuresversion - 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
``