ripple/validator-keys-tool

Generate master and ephemeral rippled validator keys

25

stars

43

commits

C++

primary language

Jul 29, 2026

updated

README

validator-keys-tool

Rippled validator key generation tool

Build

If you do not have package xrpl in your local Conan cache, it can be added by following the instructions in the BUILD.md file in the rippled GitHub repository.

The build requirements and commands are the exact same as those for rippled. In short:

mkdir .build
cd .build
conan install .. --output-folder . --build missing
cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW \
    -DCMAKE_TOOLCHAIN_FILE:FILEPATH=conan_toolchain.cmake \
    -DCMAKE_BUILD_TYPE=Release \
    ..
cmake --build .
./validator-keys --unittest # or ctest --test-dir .

Guide

Validator Keys Tool Guide

Contributors

ximinez

11 commits

wilsonianb

9 commits

mellery451

7 commits

nbougalis

4 commits

ripple/validator-keys-tool

Generate master and ephemeral rippled validator keys

25

stars

43

commits

C++

primary language

Jul 29, 2026

updated

README

validator-keys-tool

Rippled validator key generation tool

Build

If you do not have package xrpl in your local Conan cache, it can be added by following the instructions in the BUILD.md file in the rippled GitHub repository.

The build requirements and commands are the exact same as those for rippled. In short:

mkdir .build
cd .build
conan install .. --output-folder . --build missing
cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW \
    -DCMAKE_TOOLCHAIN_FILE:FILEPATH=conan_toolchain.cmake \
    -DCMAKE_BUILD_TYPE=Release \
    ..
cmake --build .
./validator-keys --unittest # or ctest --test-dir .

Guide

Validator Keys Tool Guide

Contributors

ximinez

11 commits

wilsonianb

9 commits

mellery451

7 commits

nbougalis

4 commits

Languages

C++

81.6%

CMake

18.4%