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

# Packages

No description provided by the author

# README

User Actions Connector

Track user actions by observing logs output. Matches FluidMint, FluidBurn and Transfer events.

Environment variables

| Name | Description | | ----------------------------- | ---------------------------------------------------------------------------- | ---------- | | FLU_WORKER_ID | Worker ID used to identify the application in logging and to the AMQP queue. | | FLU_DEBUG | Toggle debug messages produced by any application using the debug logger. | | FLU_AMQP_QUEUE_ADDR | AMQP queue address connected to to receive and send messages down. | | FLU_ETHEREUM_CONTRACT_ADDR | Track interactions with the contract at this address. | | FLU_ETHEREUM_TOKEN_NAME | Token name to use when tracking the token for user representation. | | FLU_ETHEREUM_TOKEN_DECIMALS | Token decimals to use when tracking user actions and sending them down AMQP. | | FLU_ETHEREUM_NETWORK | Name of the Ethereum network being used (ethereum | arbitrum). |

Building

make build

Testing

make test

Docker

make docker