vscode-circom-pro icon indicating copy to clipboard operation
vscode-circom-pro copied to clipboard

👩‍💻 Circom compiler, snippets, hover and language support for Visual Studio Code

The Creed Rebellion!
[ 🌐 🫂 ]

get in touch with Consensys Diligence

👩‍💻 vscode extension

Snippets

Snippets

Compilation, Proof Generation, and Verification

Compiler

Provide the proof input is as easy as declaring JSON encoded proof.input struct, inline, within a comment block in the main circom file.

/* 
proof.input =  { 
   "a":4,
   "b":5
   }
*/

Bootstrapping a circomjs circuit config for the compiler

Config

Commands

Commands

Settings

Settings

🐞 Feedback/Bugs

Please file questions/bugs with the projects GitHub Issue Tracker 🙌.

🫶 Acknowledgements