feat(cli): XRPL subcommand group#907
Merged
Merged
Conversation
M-Picco
marked this pull request as ready for review
June 19, 2026 13:44
M-Picco
force-pushed
the
feat/cli-xrpl-commands
branch
from
June 24, 2026 14:55
867fce7 to
e0eb5fe
Compare
- standardize creator-signed commands (reserve-tickets, init, set-signer-list) on --issuer-seed / ISSUER_SEED; holder ops (trust-set, authorize-mpt) keep --seed - set-manager: require --account, drop seed-derivation/--algorithm - fund: drop --seed; faucet funds --account directly via destination (integer XRP), add XRPL_FAUCET_HOSTS - set-signer-list: default --manager-set-index to "latest" (resolved on-chain via getCurrentManagerSetIndex); log the resolved index - update xrpl README to match
Co-Authored-By: Douglas Galico <douglas.galico@gmail.com>
Co-authored-by: Douglas Galico <douglas.galico@gmail.com>
M-Picco
force-pushed
the
feat/cli-xrpl-commands
branch
from
June 24, 2026 14:56
e0eb5fe to
0c1277d
Compare
douglasgalico
previously approved these changes
Jun 25, 2026
M-Picco
force-pushed
the
feat/cli-xrpl-commands
branch
from
June 25, 2026 13:10
e00588f to
5078edb
Compare
evan-gray
reviewed
Jun 25, 2026
- infer default value for some arguments based on the network - remove outdated comments - reuse exported enum RequestType
M-Picco
force-pushed
the
feat/cli-xrpl-commands
branch
from
June 26, 2026 00:12
5950725 to
54f1b7c
Compare
douglasgalico
previously approved these changes
Jun 26, 2026
evan-gray
requested changes
Jul 1, 2026
M-Picco
force-pushed
the
feat/cli-xrpl-commands
branch
from
July 1, 2026 14:11
19da621 to
2129102
Compare
M-Picco
force-pushed
the
feat/cli-xrpl-commands
branch
from
July 1, 2026 14:18
2129102 to
a01d379
Compare
evan-gray
previously approved these changes
Jul 1, 2026
douglasgalico
previously approved these changes
Jul 1, 2026
evan-gray
approved these changes
Jul 1, 2026
douglasgalico
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
XRP Ledger commands used when preparing an NTT deployment on XRPL. XRPL has no smart contracts, so NTT relies on a Guardian-controlled custody model. These commands cover (1) creating/configuring the underlying XRPL token, (2) setting up the custody account and handing it off to the manager-set multisig, and (3) operating a live deployment (emitter derivation, VAA decoding, relaying).
For more detailed information see the README.md on the cli/src/commands/xrpl directory