Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 888 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 888 Bytes

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. 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:

yarn install

Run the app:

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