Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 555 Bytes

XRPL Dev Portal

The XRP Ledger Dev Portal is the authoritative source for XRP Ledger documentation, including the rippled server, RippleAPI, the Ripple Data API, and other open-source XRP Ledger software.

To build the site locally:

  1. Install Dactyl:

     sudo pip3 install dactyl  
    
  2. Clone the repo:

     git clone [email protected]:ripple/xrpl-dev-portal.git
    
  3. Build the site:

     dactyl_build -t en
    

For more details, see the contribution guidelines.