Skip to content
 
 

Latest commit

 

History

311 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status: Active License: MIT Version: 0.1.0 Soroban SDK: 21.0.0 Rust: stable Platform: Stellar Network Coverage

ApexChainx Smart Contracts

Frequently Asked Questions

What is ApexChainx?

ApexChainx is a smart contract platform built on the Stellar network for deterministic SLA (Service Level Agreement) calculation, payment escrow, and multi-party settlement.

What blockchain does this use?

These contracts run on the Stellar network using the Soroban smart contract platform.

How is SLA calculated?

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.

Can I call contracts directly from the frontend?

No. All contract invocations must go through the backend API layer. The frontend never interacts with contracts directly.

How are contract upgrades handled?

The contract includes a version negotiation protocol (get_version_info()) that allows backends to verify compatibility before deployment.

Is the contract upgradeable?

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.

Related Repositories

Repository Description
apexchainx-fe Frontend application (React/TypeScript)
apexchainx-be Backend API and contract bridge

Security & Supply Chain

  • Release Artifact Provenance Policy — Guidelines for WASM output checksums and snapshot check-ins.
  • Dependency auditing: cargo audit runs on CI for every push
  • WASM integrity: Release artifacts include SHA-256 manifests
  • Reproducible builds: Local builds can be verified against CI-generated manifests

About

ApexChainx is a smart contract platform built on the Stellar network that enables deterministic SLA calculation, secure payment escrow, and multi-party settlement. Designed for reliability and transparency, ApexChainx simplifies automated service-level enforcement and financial settlement across decentralized participants.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages