ethberlin-hackathon / ETHBerlin-Teambuilding

[ATTN] The TeamBuilding repository for 2019 moved >>>
https://github.com/ethberlinzwei/Find-A-Team
MIT License
24 stars 8 forks source link

[Remix] Zokrates Plugin #13

Closed yann300 closed 5 years ago

yann300 commented 6 years ago

Zokrates Plugin

(subject to change)

We've been releasing an API (available in http://remix-alpha.ethereum.org) which allows developing plugin for Remix. (See https://github.com/ethereum/remix/blob/master/docs/remix_plugin.md and https://github.com/ethereum/remix/blob/master/docs/remix_plugin_api.md) Checkout https://remix-alpha.ethereum.org / settings tab / Oraclize for a live example.

This issue is specifically about developing a Zokrates Plugin.

Proposal for implementation

(You don't need to strictly follow this proposal, we would like to have your feedback) Zokrates is a toolbox that aims at bringing better privacy and scalability to Ethereum using zkSNARKs.

It enables developers to design programs whose correct execution can be checked on chain, optionally hiding some of the inputs fed into the program.

You can watch an introduction to the toolbox, see the code and see an example of ZoKrates program.

This plugin aims to put Zokrates in a JavaScript like environment.

The develop branch will be used to generate the wasm library usable in the browser.

The suggested approach is the following:

Then we can use the library:

Plugin UI:

Some further tasks:

Team

We are the team behind Remix IDE and related libraries, using this hackathon as a kickstart for the Remix API. We've setup an extended team for helping you during this event

Beside normal funding, we will at the end of the event select 4 teams that will receive sponsorship from the Ethereum Foundation.

Be sure to contact us at any time online or grab us directly at the event.

Skills wanted

JavaScript / Ethereum

Communication

We will be around giving advice and helping if needed. And in any case just drop your thoughts there ;)

https://gitter.im/ethereum/remix-dev-plugin

How to get started:

yann300 commented 6 years ago

This issue has been moved there: https://github.com/ethberlin-hackathon/ETHBerlin-Bounties/issues/20