Configuration tool that will produce a zip file with the following:
config/rippled.cfg
file ready to be used with yourrippled
daemon.config/validators.txt
with information about Validators to be used.instructions.txt
with instructions on how to use the contents of the zip file.cfg.json
with 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 build
yarn test:unit
yarn test:e2e
yarn test:all
After building, this command will push the files inside the dist
folder to Github so the content is displayed in Github Pages:
yarn deploy:ghp