@paycall-402/core
v0.1.1
Published
Core framework-agnostic payment engine primitives for Paycall 402.
Readme
@paycall-402/core
Core framework-agnostic payment engine primitives for Paycall 402.
Important: Currently, only EIP-3009 tokens are supported for end-to-end payment and settlement flows.
Install
npm i @paycall-402/coreWhat this package contains
PaymentEnginescheme registry- Challenge creation and verification orchestration
- Shared server-side verification flow helpers
Usage
import { PaymentEngine } from "@paycall-402/core";Most users consume higher-level packages (@paycall-402/server, @paycall-402/express) instead of using core directly.
Repository docs: https://github.com/rohitsethii/paycall-402
