@paycall-402/server
v0.1.1
Published
Framework-agnostic server utilities for implementing Paycall 402 paywalls.
Readme
@paycall-402/server
Framework-agnostic server utilities for implementing Paycall 402 paywalls.
Important: Currently, only EIP-3009 tokens are supported for end-to-end payment and settlement flows.
Install
npm i @paycall-402/serverWhat this package contains
createPaywalland EIP-3009 settlement helpers- Nonce stores (including in-memory)
- Environment and chain config helpers
- Optional queue adapter integrations (RabbitMQ/Kafka via optional peer deps)
Usage
import { createPaywallWithEip3009Settlement, loadServerEnv } from "@paycall-402/server";For HTTP middleware integration, pair this with @paycall-402/express.
Full docs: https://github.com/rohitsethii/paycall-402
