Node Operators
Repository & Initial Setup
# Clone the RandProof Keeper repository
git clone https://github.com/randproof-network/randproofkeeper.git
cd randproofkeeper
# Verify repository integrity
git verify-commit HEAD # GPG-signed releases only
# Pull latest stable release
git checkout $(git describe --tags --abbrev=0)
# Pull Docker image (alternative to source build)
docker pull randproof/randproofkeeper:latest\
# AV-43: Verify image signature: cosign verify --key cosign.pub randproof/randproofkeeper:latest
docker pull randproof/randproofkeeper:v1.0.0 # pin to specific version