Skip to main content

Installation

Install the official client SDK via npm:
(Note: The global unscoped package name parsetx is blocked by the npm registry’s typosquatting similarity rules due to its character closeness to the existing package parse5. Therefore, the SDK is published under the official organization scope as @parsetx/sdk).

Standalone Alternative (No Install)

If you prefer not to manage npm dependencies, you can import the standalone ES module directly via the jsDelivr CDN:

Usage