Categorygithub.com/fluidity-money/fluidity-appcmdmicroservice-ethereum-worker-client
package
0.0.0-20240904073751-07d62d3164ce
Repository: https://github.com/fluidity-money/fluidity-app.git
Documentation: pkg.go.dev

# README

Fluidity Ethereum Worker Client

This codebase contains the offchain worker implementation for Fluidity's Ethereum deployment.

It takes messages relayed from microservice-ethereum-worker-server, scans for winning transactions and relays to the spooler.

Environment variables (Ethereum client)

NameDescription
FLU_WORKER_IDWorker ID used to identify the application in logging and to the AMQP queue.
FLU_DEBUGToggle debug messages produced by any application using the debug logger.
FLU_AMQP_QUEUE_ADDRAMQP queue address connected to to receive and send messages down.
FLU_ETHEREUM_AMQP_QUEUE_NAMEQueue name to receive messages from the server down.
FLU_ETHEREUM_AMQP_PUBLISH_NAMEQueue name to send reward messages down.

Building

make build

Building (Docker)

make docker