Code Monkey home page Code Monkey logo

cabal-local-prover's Introduction

cabal-local-prover

Generate proofs for cabal locally.

Setup

$ yarn
$ npm install -g snarkjs

Proving

First, disconnect your internet! You'll be running a CLI command with your private key as raw input, so make sure you're not online.

Next, read the code. To audit that your private key isn't stored anywhere and that the proof returned is the output from snarkjs (and not some artifact that in any way can be used to reconstruct your private key).

Next, generate your witness:

$ node generate_witness.js <privkey> <devcon-num>

For example, if you're generating a proof for private key 0xDEADBEEF and DevCon4:

$ node generate_witness.js "0xDEAFBEEF" 4

This command outputs the witness locally to witness.wtns.

Finally, generate your proof:

snarkjs g16p VerifyCabal.zkey witness.wtns proof.json public.json

This will generate proof.json and public.json. The json you'll need to enter into the cabal UI is a concatenation of these, of the format

{
    "proof": (proof.json),
    "publicSignals": (public.json object)
}

Welcome to the cabal.

cabal-local-prover's People

Contributors

lsankar4033 avatar

Watchers

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