ApexChainx is a smart contract platform built on the Stellar network for deterministic SLA (Service Level Agreement) calculation, payment escrow, and multi-party settlement.
These contracts run on the Stellar network using the Soroban smart contract platform.
The contract takes severity level, measured MTTR (Mean Time To Repair), and configured thresholds to determine whether SLA targets were met. Results include status (met/violated), payment type (reward/penalty), and rating.
No. All contract invocations must go through the backend API layer. The frontend never interacts with contracts directly.
The contract includes a version negotiation protocol (get_version_info()) that
allows backends to verify compatibility before deployment.
No. The contract is not natively upgradeable. Upgrades require deploying a new contract and migrating state through the backend.
Soroban-based SLA calculator and multi-contract coordination suite for the Stellar network.
This repository is the execution-layer side of the 3-repo architecture.
| Repository | Description |
|---|---|
| apexchainx-fe | Frontend application (React/TypeScript) |
| apexchainx-be | Backend API and contract bridge |
- Release Artifact Provenance Policy — Guidelines for WASM output checksums and snapshot check-ins.
- Dependency auditing:
cargo auditruns on CI for every push - WASM integrity: Release artifacts include SHA-256 manifests
- Reproducible builds: Local builds can be verified against CI-generated manifests