How to contribute?
Ready to do your part? Here’s how you can join the ceremony.
Requirements
Before you start, please ensure you meet the following requirements:
Check for an Active Ceremony: Contributions are only possible when a ceremony is open. Check the status at https://ceremony.galactica.com.
GitHub Account: You will need a GitHub account to authenticate your contribution. This account will be used to post a verifiable hash of your contribution.
Option A: Contribute via Web Browser
This is the easiest method and is recommended for most users.
Open the Ceremony Website: Navigate to https://ceremony.galactica.com .
Log In: Click the login button and authenticate with your GitHub account. You will be asked to authorize the application to post your contribution hash on your behalf.
Select a Ceremony: From the list of available ceremonies, choose the one you wish to contribute to.
Contribute: Once you've selected a ceremony, press the "Contribute" button to join the queue.
Wait and Compute: Keep the browser tab open and active. Your browser will first wait for your turn in the queue and then begin computing your contribution. This is a CPU-intensive process. For the initial ceremony icnluding standard zkKYC circuits, this may take around 10 minutes, but the exact time depends on the circuit's complexity and your computer's processing speed.
Share (Optional): Once your contribution is successfully submitted, you will receive a link to your public attestation. Share it on X/Twitter to show you've helped secure the Galactica Network!
Option B: Contribute via Command Line (Advanced)
For technical users who prefer the command line, the phase2cli
provides a direct interface.
Install the Tool: First, install the CLI tool using
npm
.npm install -g @galactica-net/phase2cli
Authenticate: Log in with your GitHub account. This will open a browser window for authentication.
phase2cli auth
Contribute: Run the contribute command to start the process.
phase2cli contribute
Share (Optional): After your contribution is complete, you can use the link in the console to share your public attestation on X/Twitter.
For more detailed instructions and advanced options for the phase2cli
, please refer to the official P0tion Contributor Guide.
Last updated
Was this helpful?