🖥️Installation
Set up a verifier to run in the background, ensuring that data shares remain intact and helping maintain the network’s integrity
Update System
sudo apt update && sudo apt upgrade -yInstall Prerequisites & Docker
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -yVerify Docker Installation
docker --versionDownload accuser Image
docker pull nillion/retailtoken-accuser:v1.0.0Create accuser directory
mkdir -p nillion/accuserRun the container to initialise accuser & register
Funding the accuser
Running the accuser

Check verifier logs


Last updated
