Create and visualize topologies for XRP Ledger payment paths
This project uses Node.js and assumes you have it installed.
Clone this repository and install dependent modules with yarn
:
yarn
Use the start
script to start a local server on port 3000:
yarn run start
This app is hosted with GitHub pages. To deploy a new version, use the deploy
script:
yarn run deploy