circom VS circom-lsp

Compare circom vs circom-lsp and see what are their differences.

circom-lsp

A Language Server Protocol Implementation for Circom (by rubydusa)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
circom circom-lsp
5 3
1,178 27
5.4% -
8.9 7.6
5 days ago 11 months ago
WebAssembly Rust
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

circom

Posts with mentions or reviews of circom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.

circom-lsp

Posts with mentions or reviews of circom-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • I created an LSP server for Circom, a zkSNARK DSL
    1 project | /r/ethdev | 24 May 2023
    2 projects | /r/rust | 24 May 2023
  • What version to assign git dependencies when publishing crates
    2 projects | /r/rust | 24 May 2023
    [package] name = "circom-lsp" version = "0.1.0" edition = "2021" authors = ["rubydusa "] license = "GPL-3.0 license" description = "LSP server for Circom" homepage = "https://github.com/rubydusa/circom-lsp" repository = "https://github.com/rubydusa/circom-lsp" [dependencies] tower-lsp = "0.19.0" # lalrpop-util in this specific version required for circom parser to work lalrpop-util = { version = "0.19.9", features = ["lexer"] } circom_parser = { git = "https://github.com/iden3/circom", package = "parser", rev = "ce903c6" } circom_type_checker = { git = "https://github.com/iden3/circom", package = "type_analysis", rev = "ce903c6" } circom_structure = { git = "https://github.com/iden3/circom", package = "program_structure", rev = "ce903c6" } ropey = "1.6.0" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "io-std"] } codespan-reporting = "0.9.0" itertools = "0.10.5" num-traits = "0.2.6" tempfile = "3"

What are some alternatives?

When comparing circom and circom-lsp you can also consider the following projects:

phase2-bn254

crates.io - The Rust package registry

snarkjs - zkSNARK implementation in JavaScript & WASM

perpetualpowersoftau - New repo: https://github.com/privacy-scaling-explorations/perpetualpowersoftau

webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

tornado-core - Tornado cash. Non-custodial private transactions on Ethereum.

circomlib - Library of basic circuits for circom

circomlibjs - Javascript library to work with circomlib circuits

zksnark-tutorial - JavaScript tutorial for Zero-Knowledge Proofs using SnarkJS and Circom