@etospheres/etopay-sdk-wasm-web v0.16.0
ETOPay SDK ā WASM Bindings
This package provides WebAssembly (WASM) bindings for the ETOPay SDK, enabling seamless integration with both Web applications and NodeJS environments. It generates TypeScript type definitions for all relevant data objects, ensuring type safety and ease of use. Additionally, this package includes functionality for publishing both the WASM binary and the generated bindings to an NPM registry.
š Quickstart
For a hands-on example of how to integrate the ETOPay SDK, check out our public quickstart guide: š ETOPay SDK Quickstart (TypeScript).
š Usage
Before integrating the ETOPay SDK, you must create a project via our ETOPay Dashboard. Once registered, you will receive some credentials, which are required for setting up and using the SDK.
You can find more information regarding our products on our ETOSPHERES website.
š¦ Installation
Install the ETOPay SDK via bun:
bun install @etospheres/etopay-sdk-wasmā Currently, we only support bun for running the SDK, as node does not work correctly with the current version. We recommend using bun to ensure proper functionality.
š ļø Example Usage
You can check out more examples in our public docs.