Skip to Content
NCNVerifier ServiceLocal Development (Cargo)

Local Development (Cargo)

For development/testing on your own machine:

export OPERATOR_PUBKEY="YourOperatorPubkeyBase58..." export METRICS_AUTH_TOKEN="your-secret-token" export DB_PATH="/data/governance.db" export PORT=3000 cargo build --release -p verifier-service ./target/release/verifier-service

Health check:

curl http://localhost:3000/healthz
Last updated on