Unverified Commit e2f7ee1e authored by Edi Sinovcic's avatar Edi Sinovcic Committed by GitHub

Adding zokrates plugin

parent 04856185
...@@ -251,6 +251,17 @@ export class RemixAppManager extends PluginEngine { ...@@ -251,6 +251,17 @@ export class RemixAppManager extends PluginEngine {
icon: 'https://ethpm.surge.sh/ethpmlogo.png', icon: 'https://ethpm.surge.sh/ethpmlogo.png',
location: 'mainPanel' location: 'mainPanel'
} }
const zokrates = {
name: '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.',
methods: [],
events: [],
version: '0.1.0-alpha',
url: 'https://zokrates.blockchain-it.hr',
icon: 'https://zokrates.blockchain-it.hr/zokrates.svg',
location: 'sidePanel'
}
return [ return [
new IframePlugin(pipeline), new IframePlugin(pipeline),
new IframePlugin(vyper), new IframePlugin(vyper),
...@@ -265,7 +276,8 @@ export class RemixAppManager extends PluginEngine { ...@@ -265,7 +276,8 @@ export class RemixAppManager extends PluginEngine {
new IframePlugin(oneClickDapp), new IframePlugin(oneClickDapp),
new IframePlugin(gasProfiler), new IframePlugin(gasProfiler),
new IframePlugin(flattener), new IframePlugin(flattener),
new IframePlugin(ethpm) new IframePlugin(ethpm),
new IframePlugin(zokrates)
] ]
} }
} }
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