Operator tooling

xchain-e2e-test

Full-stack tests that exercise the whole platform together.

Where it fits

E2E suite SDK Whole stack

Drives the full platform on a live regtest deployment and verifies end-to-end state.

What it is

The e2e-test suite is a Mocha test harness that drives the entire platform on a live regtest deployment, creating wallets, broadcasting actions, and verifying the resulting state end to end.

How it fits into the platform

It validates that every component works together correctly. It discovers endpoints from the hub and drives the stack through the SDK.

What it can do

  • Deterministic BIP39/BIP32 test wallets
  • Ordered, stateful end-to-end scenarios
  • Drives encoder, explorer, and hub via the SDK
  • Exercises the full action set against real services

Under the hood

  • Mocha
  • Requires the regtest miner to advance blocks

← All components