Skip to content

bloque-app/payments

Repository files navigation

Bloque Payments

Official payment processing libraries for Bloque.

Packages

This monorepo contains the following packages:

Installation

# SDK
npm install @bloque/payments

# Web Components
npm install @bloque/payments-elements

# React Components
npm install @bloque/payments-react

Development

# 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 clean

Documentation

See the README in each package for detailed usage instructions.

License

MIT