Skip to main content

Crate exo_gateway

Crate exo_gateway 

Source
Expand description

EXOCHAIN constitutional trust fabric — HTTP gateway server with default-deny pattern.

Modules§

auth
Authentication middleware — DID-based authentication with signature verification.
dagdb
Additive DAG DB gateway scaffolding and narrow council ingress.
db
PostgreSQL persistence layer for EXOCHAIN decision.forum.
error
Gateway-specific errors.
graphql
GraphQL schema, resolvers, and axum HTTP handler for the ExoChain governance API.
handlers
HTTP route handlers — axum handler functions for all gateway endpoints.
middleware
Governance middleware chain — consent, governance, and audit middleware.
rest
REST endpoints for enterprise integration (SSO, ERP).
routes
API route definitions — BCTS lifecycle, identity, governance endpoints.
server
HTTP server skeleton — gateway configuration, lifecycle, and axum routing.