Giter VIP home page Giter VIP logo

zklaim's Introduction

zklaim

pipeline status

Instructions

  1. install dependencies
    • on Ubuntu 18.04: sudo apt-get install build-essential cmake git libgmp3-dev libprocps-dev python-markdown libboost-all-dev libssl-dev libgcrypt-dev
  2. clone this repo ;)
  3. to pull in the submodules: git submodule update --init --recursive
  4. to update the submodules at any time: git submodule update --recursive --remote

Run the Example

  1. follow the steps above
  2. create build directory: mkdir build; cd build
  3. cmake ..
  4. make -j 4 (adapt to the number of parallel jobs you want to run at max)
  5. run example at src/main

Run the Tests

The (unit) tests are run automatically by travis, which will notify the authors if something fails (on master!).

To run tests locally, a custom target for this implementation has been implemented:

  1. follow the build instructions above
  2. make bttest
  3. an overview of the tests (if successful etc.) will be displayed

Google's (unit) testing framework is used as a backend.

TODO

zklaim's People

Contributors

kiliant avatar schanzen 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.