Explanation of the problem:
In the process of setting up as a validator, step 3 is to "Generate a validator public / private key"
The site currently explains what docker commands to run in order to do this (see screenshot below).
I am following the method which involves building from source using bazel, and there is no explanation for how to generate a validator public / private key via this approach.
Proposed solution
To include an explanation for how to generate a validator public / private key without using docker.
Perhaps there is some bazel command that can be run, assuming that I have already run bazel build //validator:validator and bazel build //beacon-chain:beacon-chain?
Screenshots
