This project is a TypeScript application that automates payouts for Substrate networks.
The application requires a configuration file located at src/config/conf.ts. This file contains the necessary configuration options for the application to run.
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.
The application is designed to be run on a schedule using GitHub Actions.
Install dependency:
yarn install
Run the app:
yarn start:relaychain
yarn start:astar
yarn start:kilt
Validator Observer is available under the Apache 2.0 license. See the LICENSE file for more info. © Novasama Technologies GmbH 2023