@bluprynt/sdk-chain-xrpl
v0.1.0
Published
Bluprynt SDK XRPL chain add-on
Readme
@bluprynt/sdk-chain-xrpl
Pre-alpha — not usable yet. Scaffolding only: the API surface is a sketch and can change or disappear without notice. No support, no stability guarantees.
XRPL chain add-on for the Bluprynt SDK. Optional — install it alongside
@bluprynt/sdk only if you need XRPL support. Depends on
@bluprynt/sdk-core and nothing else.
npm install @bluprynt/sdk-chain-xrplimport { xrplChainId } from "@bluprynt/sdk-chain-xrpl";
xrplChainId("0"); // "xrpl:0"checkWalletVerification is a stub that always returns isVerified: false. Real signature
verification (classic address derivation, signer list + quorum for MULTISIGN) is not
implemented yet. Transfer-based transaction verification is not planned for XRPL.
ESM + CJS, bundled types.
