XRPLF / xrpl-node-configurator

Configuration tool that will produce the required config files to run your XRP Ledger server.

Home Page:https://xrplf.github.io/xrpl-node-configurator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XRPL Node Configurator

Configuration tool that will produce a zip file with the following:

  • config/rippled.cfg file ready to be used with your rippled 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.

Build Setup

# 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

Tests

Unit Tests

yarn test:unit

e2e Tests

yarn test:e2e

All Tests

yarn test:all

Deploying to Github Pages

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

Github Pages site

xrplf.github.io/xrpl-node-configurator

About

Configuration tool that will produce the required config files to run your XRP Ledger server.

https://xrplf.github.io/xrpl-node-configurator

License:MIT License


Languages

Language:Vue 43.5%Language:HTML 32.2%Language:TypeScript 12.8%Language:JavaScript 6.1%Language:Shell 2.4%Language:SCSS 1.8%Language:CSS 1.1%Language:Dockerfile 0.1%