https://github.com/dappnode/validator-tracker
https://github.com/dappnode/validator-tracker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappnode/validator-tracker
- Owner: dappnode
- Created: 2025-06-02T14:37:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-19T11:52:24.000Z (4 months ago)
- Last Synced: 2025-09-19T13:35:58.470Z (4 months ago)
- Language: Go
- Size: 107 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Validator Tracker Notifier
## Development Mode (Dev Mode)
This project supports a development mode with automatic reload on code changes using [air](https://github.com/cosmtrek/air).
### Prerequisites
- [Go](https://golang.org/dl/) installed
- [air](https://github.com/cosmtrek/air) installed (install with `go install github.com/cosmtrek/air@latest`)
### Running in Dev Mode
To start the application in development mode with live reload and debug logging:
```sh
LOG_LEVEL=DEBUG air
```
This will watch for file changes and automatically restart the app. You can edit code and see changes reflected immediately.
### Example
```sh
# Install air if you haven't already
go install github.com/air-verse/air@latest
# Run in dev mode with debug logs
LOG_LEVEL=DEBUG air
```