Configuration tool that will produce a zip file with the following:
config/rippled.cfgfile ready to be used with yourrippleddaemon.config/validators.txtwith information about Validators to be used.instructions.txtwith instructions on how to use the contents of the zip file.cfg.jsonwith the JSON configuration.
# clone repo
git clone https://github.com/XRPLF/xrpl-node-configurator.git
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn buildyarn test:unityarn test:e2eyarn test:allAfter building, this command will push the files inside the dist folder to Github so the content is displayed in Github Pages:
yarn deploy:ghp