Giter Club home page Giter Club logo

meesign-client's Introduction

MeeSign Client

An open-source tool for multi-party document signing, client for MeeSign Server.

To learn more about MeeSign, visit our website.

Build

  1. Install Flutter, be sure to also follow the instructions for the platform you want to build for, i.e. enable desktop support or set up Android SDK (all described on the same page). At the moment, the following targets are supported: Linux, Windows, Android

  2. Install Rust

    1. Android only:
      1. Add Android targets for cross-compilation

        rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android
      2. Point cargo to the linker provided by Android NDK, a helper script for generating the necessary configuration is provided in tool/cargo-config-gen-android.sh, append the output to your cargo configuration file, e.g. by:

        ANDROID_NDK_HOME="path/to/ndk/version" ANDROID_API="30" bash ./tool/cargo-config-gen-android.sh >> ~/.cargo/config.toml
  3. Clone the repository:

    git clone https://github.com/crocs-muni/meesign-client --recurse-submodules
  4. Copy MeeSign CA certificate to assets/ca-cert.pem

    If you have a local build of MeeSign server, the corresponding file is placed in keys/meesign-ca-cert.pem.

  5. Build the app:

    flutter build

    or run it directly:

    flutter run

Options

The build can be customized by passing --dart-define=OPTION=VALUE to flutter run or flutter build, see flutter run --help for more details. The following definitions are considered:

  • ALLOW_BAD_CERTS: If true, certificate checks are skipped and any server certificate is accepted.

Card Support

For increased security, the app can optionally transfer the user's private key share in the given group to a smart card. To use this feature, install a supported applet on your card and select the appropriate protocol when creating a new group.

Supported applets:

meesign-client's People

Contributors

jjanku avatar dufkan avatar

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.