Skip to content

ripple/validator-keys-tool

Folders and files

NameName
Last commit message
Last commit date
Mar 14, 2024
Mar 7, 2024
Mar 30, 2017
Jun 28, 2024
Jun 28, 2024
Mar 14, 2024
Sep 28, 2020
Mar 7, 2024
Dec 9, 2016
Mar 7, 2024
Sep 28, 2020
Nov 4, 2024

Repository files navigation

validator-keys-tool

Rippled validator key generation tool

Build

If you do not have package xrpl in your local Conan cache, you can add the Ripple remote to download it:

conan remote add ripple http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod

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