Skip to content

trigg3rX/triggerx-keeper-setup

Repository files navigation

TriggerX Keeper Setup

This guide will walk you through the process of setting up and monitoring your keeper (operator) on TriggerX AVS.

Prerequisites

  • Git
  • Docker
  • Nodes.js (strictly v22.6.0) for Othentic-cli

Setup Keeper

Installation

  1. Clone the repository
git clone https://github.com/trigg3rX/triggerx-keeper-setup.git
  1. Create .env file
cp .env.example .env
  1. Edit .env file
nano .env
  1. Install Othentic-cli
npm i -g @othentic/othentic-cli@1.10.0
  1. Initialize Othentic-cli
othentic-cli init
  1. Register your Keeper
othentic-cli operator register
  1. Start Keeper
./triggerx.sh start
  1. Start Monitoring using Grafana
./triggerx.sh start-mon
  1. Stop Keeper (and monitoring)
./triggerx.sh stop
  1. View logs
./triggerx.sh logs
  1. View logs of Services
./triggerx.sh logs-keeper # Keeper logs
./triggerx.sh logs-othentic # Othentic logs
  1. Status of Services
./triggerx.sh status
  1. Help
./triggerx.sh help

Grafana Dashboard

View the dashboard at http://<host>:3000, where <host> is the IP address of the machine running Keeper and Grafana. If firewall is enabled, you need to open port 3000.

  • Username: admin
  • Password: triggerx

Navigate to TriggerX Keeper Dashboard

On the left sidebar, navigate to Dashboards > TriggerX Keeper Dashboard.

About

Repository for Deploying and Monitoring TriggerX Keepers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •