Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 698 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 698 Bytes

XRPL Composer

Create and visualize topologies for XRP Ledger payment paths

Table of Contents

Development

This project uses Node.js and assumes you have it installed.

Installation

Clone this repository and install dependent modules with yarn:

yarn

Getting Started

Use the start script to start a local server on port 3000:

yarn run start

Deployment

This app is hosted with GitHub pages. To deploy a new version, use the deploy script:

yarn run deploy