← All Products
Confium Threshold
Eliminate single points of failure in your signing infrastructure.
Security EngineersDevSecOpsPlatform Engineers
Runnable examples
Each example is a self-contained project you can clone, run, and adapt. Source lives in the confium-examples crate.
Note: Example file paths below are the target
in crates/confium-examples/. Some may not yet exist;
check the actual repo for current status.
Local 3-party DKG
Runnable Rust example. Spins up 3 in-process parties, runs DKG, signs, verifies. Best starting point.
threshold_local_dkg.rs
signerd deployment
Docker Compose + signerd.toml for a 3-node production signing cluster.
threshold_signerd_deploy.yaml
Ruby quickstart
5-line Ruby script: DKG, sign, verify. Uses the gem.
threshold_ruby_quickstart.rb
Python quickstart
Python equivalent: DKG, sign, verify via the confium package.
threshold_python_quickstart.py