Backend Utilities and APIs for TriggerX
- Node v20
- Docker (If running a keeper Node)
-
Environment variables: Create a .env file from example given and change the values.
-
Install packages:
yarn
-
Open terminal #1 and run the command:
make start-taskmanager
-
Open terminal #2 and run:
make start-aggregator
-
Open terminal #3, and setup keeper using:
make start-keeper
Alternatively, you can run the keeper in Docker:
make start-docker