Risc Zero Ceromony Installation Guide
Requirementsβ
- A strong internet connection. Your bandwidth must be at least 25 mbps.
- Your GitHub account must be at least 1 month old, have at least 1 follower and follow at least 5 people.
NVM Installationβ
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
source ~/.bashrc
nvm install 16.20 && nvm use 16.20
Creating Folderβ
mkdir ~/p0tion-tmp
cd ~/p0tion-tmp
Installing phase2cliβ
npm i @p0tion/phase2cli
Authentication with GitHubβ
npx phase2cli auth
Contributeβ
npx phase2cli contribute
After Contributionβ
After completing your contribution, you can do the following.
Cleaningβ
npx phase2cli clean
npx phase2cli logout
Logging Outβ
You can always log out by running the phase2cli logout command
phase2cli logout