vscode-circom-pro
vscode-circom-pro copied to clipboard
👩💻 Circom compiler, snippets, hover and language support for Visual Studio Code
👩💻 vscode extension
Snippets
Compilation, Proof Generation, and Verification
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
Commands
Settings
🐞 Feedback/Bugs
Please file questions/bugs with the projects GitHub Issue Tracker 🙌.
🫶 Acknowledgements
- iden3.circom - bundled extension: circom language support / highlighting
- @zefi/circomjs - compiler framework





