https://xrplf.github.io/xrpl-node-configurator/
Configuration tool that will produce the required config files to run your XRP Ledger server.
https://xrplf.github.io/xrpl-node-configurator/
blockchain xrp xrp-ledger
Last synced: about 1 year ago
JSON representation
Configuration tool that will produce the required config files to run your XRP Ledger server.
- Host: GitHub
- URL: https://xrplf.github.io/xrpl-node-configurator/
- Owner: XRPLF
- License: mit
- Created: 2021-02-22T16:22:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T10:57:22.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T17:09:07.737Z (over 1 year ago)
- Topics: blockchain, xrp, xrp-ledger
- Language: Vue
- Homepage: https://xrplf.github.io/xrpl-node-configurator
- Size: 4.7 MB
- Stars: 15
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-xrpl - Node Configurator - 🪄✨ This wizard will walk you through configuring a node! (Installing, Configuring and Running `rippled` / XRPL Token Ratings)
README
# 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
``` bash
# 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
```bash
yarn test:unit
```
### e2e Tests
```bash
yarn test:e2e
```
### All Tests
```bash
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:
```bash
yarn deploy:ghp
```
## Github Pages site
[xrplf.github.io/xrpl-node-configurator](https://xrplf.github.io/xrpl-node-configurator)