Validator Server

Dependencies

  • MySql

  • Redis

  • Docker

  • Docker-compose

Overall File Structure

To set up a validator, initiate by creating a new directory. Within this directory, establish the following file structure:

docker-compose.yaml
β”œβ”€β”€ keystore 
    └── keystore
β”œβ”€β”€ config 
    └── config.toml
└── network 
    └── network.json

This structure organizes essential configuration files and keys necessary for the validator's operation.

Last updated