Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.06 KB

File metadata and controls

19 lines (13 loc) · 1.06 KB

AgentPay Backend Docs

This repo contains the off-chain backend implementation for AgentPay: OSP/service nodes, client-side node helpers, admin surfaces, routing, and persistence. These docs explain how that backend is built and how to run it.

Use these documents in this order:

  1. Backend Implementation for the runtime model, package map, and protocol-to-code mapping.
  2. Backend Usage for build, test, startup, configuration, and operator workflows.
  3. Backend Troubleshooting for failure diagnosis, operational checks, and recovery steps.

These docs complement the companion agentpay-architecture documents. They do not repeat the full protocol or contract design; instead, they show how this repo realizes those ideas.

Useful repo references: