An open API service indexing awesome lists of open source software.

https://github.com/novasamatech/validator-observer


https://github.com/novasamatech/validator-observer

Last synced: 2 months ago
JSON representation

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