mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
195a901e9ab4e2c8cd558e2cdb446d4fccec6f55
- Adds the new api_version field and related info to 'Request Formatting'. - Restructures request formatting to use parameter tables. - Removes some redundant sections from 'Get Started with the rippled API' and links relevant references instead (this partially addresses issue 584 but does not fix it) - Fixes a typo in 'Admin Access' section and clarifies it - Adds the new API version universal error and sorts the universal errors alphabetically.
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:
-
Install Dactyl:
sudo pip3 install dactyl -
Clone the repo:
git clone git@github.com:ripple/xrpl-dev-portal.git -
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:
-
Install webpack and required libraries via npm:
npm install webpack webpack-cli --save-dev npm install ripple-binary-codec ripple-address-codec ripple-keypairs -
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 -
Build the site:
cd ../.. dactyl_build -t en
Description
Languages
JavaScript
27.4%
Python
21.5%
TypeScript
19.5%
HTML
14%
SCSS
9.1%
Other
8.5%