Giter VIP home page Giter VIP logo

manta-signer's Introduction

manta-signer

manta-signer is manta's native client that turbo charges zero-knowledge-proof generation.

⚠️ Disclaimer: manta-signer is experimental software, use it at your own risk.

Project Organization

  • src: manta-signer ZKP generation
  • ui: manta-signer Desktop UI
  • js: external Javascript libraries that interact with manta-signer

Deleting Your Account

To delete your private account data completely and set up a new account, open manta-signer on the task bar, select 'Delete Account' and confirm that you would like to delete your account in the pop-up window.

Alternatively, you can achieve the same result by removing these files:

  • macOS: ~/Library/Application Support/manta-signer/
  • Linux: ~/.config/manta-signer/
  • Windows: ~/AppData/Roaming/manta-signer/

Development

Building

In main directory or ./ui

⚠️ 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,disable-restart --release

--features=unsafe-disable-cors use only if you are using the local manta-front-end

--features=disable-restart this feature is required if signer is being run in dev mode.

To run the signer in dev mode: cargo tauri dev --features=disable-restart or cargo tauri dev --features=disable-restart,unsafe-disable-cors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.