Poseidon is a powerful CLI and utility toolkit for zk-SNARK circuit development using Circom. It streamlines everything from environment setup, circuit compilation, trusted setup, proof generation, and verification.
Full documentation of Poseidon can be found here.
- Simplified environment setup for Circom + snarkjs
- Auto-generate circuit boilerplate to kickstart development
- Compile circuit, perform trusted setup, and configure proving keys in one step
- Flexible CLI flags for precise control over actions
- Effortless proof generation and verification with a single command
- Setup ready for verification (no extra configuration needed)
- Outputs in JSON format for easy integration with other systems
Clone the repository and use the package manager pip to install required dependencies.
git clone https://github.com/dave1725/poseidon.git
python3 -m pip install -r requirements.txt
Full documentation of Poseidon can be found here.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Dave @dave1725
This project is open-source and licensed under MIT. Feel free to contribute and be part of the digital evolution.