manta-signer
is manta's native client that turbo charges zero-knowledge-proof generation.
manta-signer
is experimental software, use it at your own risk.
src
:manta-signer
ZKP generationui
:manta-signer
Desktop UIjs
: external Javascript libraries that interact withmanta-signer
To remove your private account data completely and set up a new account, you should remove these files:
- macOS:
~/Library/Application Support/manta-signer/
- Linux:
~/.config/manta-signer/
- Windows:
~/AppData/Roaming/manta-signer/
In main directory or ./ui
cargo install
cargo install tauri-cli
cargo tauri build
Executables can be found in ./target/release or ./ui/src-tauri/target/release.
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