Ceremony
Union’s Ceremony has the following components:
- Web app ceremony.union.build
- MPC client, running in the terminal
- The coordinator, managing the queue and aggregating uploads.
We use Nix to create fully reproducible builds of all components and provide commands so that you can build them yourself.
Web App
Deployed on ceremony.union.build, Handles auth and shows queue status. Also shows all contributions.
You can build it locally like this:
MPC Client
Image published here, handles the generation of the contribution, generation of the gpg key, and signs/uploads the contributions.
You can build it locally like this on a x86_64-linux
machine:
and load the image like this on a x86_64-linux
machine::
MPC Coordinator
The coordinator has two components:
- Postgres, managing the queue and contributions. Hosted by Supabase.
- The
mpc-coordinator
service, verifying incoming contributions. Hosted by Hetzner.
You can see the database schema here, and you can build the service locally like this on a x86_64-linux
machine:
There are no trust assumptions on the database, as at the end of the ceremony all contributions will be published and verifiable by all.