Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 682 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 682 Bytes

Validator Domain Verifier

Verifies XRP Ledger validator domain verification signatures in Google Sheet and updates validators config file.

Usage

npm install
SPREADSHEET_ID=<google-sheet-id> SHEET_TITLE=<sheet-title> SHEETS_CLIENT_EMAIL=<client-email> SHEETS_PRIVATE_KEY=<private-key> VALIDATORS_CONFIG=<config-file-path> WEBHOOK_URI=<slack-webhook-uri> npm start

SHEETS_CLIENT_EMAIL and SHEETS_PRIVATE_KEY correspond to the Google Sheets API service account credentials.