Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 574 Bytes

XRPSwap

XRPSwap

Provides a UI to swap assets on the XRP Ledger using the Path Finding functionality.

Getting Started

Create .env.local

  1. Copy .env.sample to create .env.local.
  2. Set values for each item in .env.local.

Install Dependencies

yarn

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.