Official payment processing libraries for Bloque.
This monorepo contains the following packages:
- @bloque/payments - SDK for creating and managing payments and checkouts
- @bloque/payments-core - Core utilities and types
- @bloque/payments-elements - Framework-agnostic Web Components for embedding payment checkouts
- @bloque/payments-react - React wrapper for payment components
# SDK
npm install @bloque/payments
# Web Components
npm install @bloque/payments-elements
# React Components
npm install @bloque/payments-react# Install dependencies
bun install
# Build all packages
bun run build
# Build specific layers
bun run build:foundation # Core & SDK
bun run build:ui # Elements & React
# Clean all packages
bun run cleanSee the README in each package for detailed usage instructions.