Skip to content

XRP Ledger developer portal with documentation and examples

License

Notifications You must be signed in to change notification settings

nxtanx/xrpl-dev-portal

 
 

Repository files navigation

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.

If you make changes to the Domain Verification Checker tool and edit the domain-verifier-checker.js file, you will need to do the following:

  1. Install webpack and required libraries via npm:

     npm install webpack webpack-cli --save-dev
     npm install ripple-binary-codec ripple-address-codec ripple-keypairs
    
  2. From the project root directory (this step may be different depending on how you installed webpack)

     cd assets/js
     webpack-cli domain-verifier-checker.js --optimize-minimize -o domain-verifier-bundle.js
    
  3. Build the site:

     cd ../..
     dactyl_build -t en
    

About

XRP Ledger developer portal with documentation and examples

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.3%
  • HTML 26.6%
  • Python 18.1%
  • CSS 11.4%
  • Shell 1.6%