From 596d7c42035dafd6f695a9763485706078ef094f Mon Sep 17 00:00:00 2001 From: Simeon Zahariev <43317481+Apokalip@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:36:25 +0300 Subject: [PATCH] Update readme for building Manta Signer Signed-off-by: Simeon Zahariev <43317481+Apokalip@users.noreply.github.com> --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc01088..dfd2c263 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-**Disclaimer: `manta-signer` is experimental software, use it at your own risk.** +:warning: **Disclaimer: `manta-signer` is experimental software, use it at your own risk.** ## Project Organization @@ -21,3 +21,20 @@ To remove your private account data completely and set up a new account, you sho - macOS: `~/Library/Application Support/manta-signer/` - Linux: `~/.config/manta-signer/` - Windows: `~/AppData/Roaming/manta-signer/` + +## Development +### Building +In main directory or ./ui + +:warning: **Warning: May not build properly with Node version >17** +``` +cargo install +cargo install tauri-cli +cargo tauri build +``` +Executables can be found in ./target/release or ./ui/src-tauri/target/release. + +### Testing +Can use non-UI testing server in ./examples +```cargo run --example test_server --features=unsafe-disable-cors --release``` +```--features=unsafe-disable-cors``` use only if you are using the local manta-front-end