Unverified Commit e1e5c703 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2368 from edisinovcic/master

Updating Zokrates documentation link and description
parents d3646580 72eb5b6d
...@@ -256,13 +256,14 @@ export class RemixAppManager extends PluginEngine { ...@@ -256,13 +256,14 @@ export class RemixAppManager extends PluginEngine {
location: 'mainPanel' location: 'mainPanel'
} }
const zokrates = { const zokrates = {
name: 'Zokrates', name: 'ZoKrates',
displayName: 'ZoKrates', displayName: 'ZoKrates',
description: 'ZoKrates will compile your program to an intermediate representation and run a trusted setup protocol to generate proving and verifying keys.', description: 'ZoKrates toolbox for zkSNARKs on Ethereum',
documentation: 'https://zokrates.github.io/',
methods: [], methods: [],
events: [], events: [],
version: '0.1.0-alpha', version: '0.1.0-alpha',
url: 'https://zokrates.blockchain-it.hr', url: 'https://zokrates.blockchain-it.hr/',
icon: 'https://zokrates.blockchain-it.hr/zokrates.svg', icon: 'https://zokrates.blockchain-it.hr/zokrates.svg',
location: 'sidePanel' location: 'sidePanel'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment