Nillion Discord : https://discord.gg/nillionnetwork
Link : https://verifier.nillion.com/
Add Nillion Chain To Your Keplr Wallet :
Link : https://chains.keplr.app/
Claim Faucet :
Link : https://faucet.testnet.nillion.com/
Claim Faucet with your nillion adress.
Update / Update's :
Copy sudo apt update && sudo apt upgrade -y
Copy sudo apt install apt-transport-https ca-certificates software-properties-common zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev curl git wget make jq build-essential pkg-config lsb-release libssl-dev libreadline-dev libffi-dev gcc screen unzip lz4 -y
Copy sudo apt install screen -y
Copy sudo apt install curl -y
Install Docker :
Copy curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
Copy echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
Copy sudo apt install docker-ce
Running the hello world container
Copy docker container run --rm hello-world
This will print out βHello from Docker!β in the terminal output
Getting the accuser image :
Copy docker pull nillion/verifier:v1.0.1
Create a local directory :
Copy mkdir -p nillion/verifier
Crate a Screen :
Then initialise the accuser in the mounted directory :
Copy docker run -v ./nillion/verifier:/var/tmp nillion/verifier:v1.0.1 initialise
This will output the details needed to register the accuser on the website, register them below:
accound_id: Nillion address of the accuser
public_key: Public Key of the accuser
Write your Verifier Account Δ°d :
Write your Public Key
If your Want Export Your Wallet Private Key :
Copy cat ~/nillion/verifier/credentials.json
Claim Faucet your Nillion Account ( Verifier Account Δ°d ) :
Link : https://faucet.testnet.nillion.com/
YOU MUST WAIT 30-60 MINUTES TO CONTINUE WITH THE STEPS BELOW. The secret verification is designed wait for a period of time before fully registering the accuser.
Check Your Wallet :
Link : https://testnet.nillion.explorers.guru/
Write This Code :
Logs :
Exit to Screen : CTRL A + D
Enter The Screen : screen -r nillion