Packages
Elixir implementation of the Machine Payments Protocol (MPP) — HTTP 402 payment middleware for AI agents and machine-to-machine commerce. Supports Stripe, Tempo, and generic EVM payment methods with pluggable architecture.
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
.formatter.exs
[
plugins: [Styler],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
# Prevent Styler from alias-lifting these optional dep modules.
# Without this, Onchain.Tempo.RPC → RPC in mix.exs, breaking no_warn_undefined/xref.
alias_lifting_exclude: [
Onchain.Tempo.RPC,
Onchain.Tempo.Transaction,
Onchain.Tempo.Transfer
]
]