https://github.com/novasamatech/validator-observer
https://github.com/novasamatech/validator-observer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/novasamatech/validator-observer
- Owner: novasamatech
- License: apache-2.0
- Created: 2023-05-10T04:58:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:45:27.000Z (3 months ago)
- Last Synced: 2025-03-18T17:52:10.791Z (3 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Payout Rewards
This project is a TypeScript application that automates payouts for Substrate networks.## Configuration
The application requires a configuration file located at [src/config/conf.ts](src/config/conf.ts). This file contains the necessary configuration options for the application to run.## Required Environment Variables
The following environment variable is required for the application to function:`PAYOUTS_ACCOUNT_MNEMONIC` - the mnemonic for the account that will be used to make payouts.
## Running the Application
The application is designed to be run on a schedule using GitHub Actions.Install dependency:
```bash
yarn install
```Run the app:
```bash
yarn start:relaychain
yarn start:astar
yarn start:kilt
```## License
Validator Observer is available under the Apache 2.0 license. See the LICENSE file for more info.
© Novasama Technologies GmbH 2023