Skip to content

Commit

Permalink
Update remixAppManager.js
Browse files Browse the repository at this point in the history
Updating Zokrates documentation link and description
  • Loading branch information
edisinovcic authored Sep 25, 2019
1 parent d364658 commit 72eb5b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/remixAppManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,14 @@ export class RemixAppManager extends PluginEngine {
location: 'mainPanel'
}
const zokrates = {
name: '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.',
description: 'ZoKrates toolbox for zkSNARKs on Ethereum',
documentation: 'https://zokrates.github.io/',
methods: [],
events: [],
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',
location: 'sidePanel'
}
Expand Down

0 comments on commit 72eb5b6

Please sign in to comment.