This repository provides the conformance testing guide and reference example payloads for implementations of the VeritasChain Protocol VCP. It is intended to be used as a self check step before requesting formal VC Certified compliance auditing.
- How to validate VCP events locally before sending them to VCC
- Checklist for UUID v7, event types, timestamps, and numeric as string rules
- Procedures for verifying hash chains, digital signatures, and Merkle proofs
- End to end tests using the VCP Explorer API search, proof, and certificate endpoints
- Sample payload collections covering common trading and risk scenarios
-
Conformance Test Guide v1.0 English
CONFORMANCE_TEST_GUIDE_v1_0_EN.md
The examples/ directory contains ready to use payloads that represent
valid VCP event streams. These files can be used for local testing, SDK
development, or as input for automated conformance suites.
examples/sample_sig_ord_exe_xauusd.jsonlfull SIG → ORD → EXE lifecycleexamples/sample_rej_cxl_case.jsonlrisk rejection and cancel scenariosexamples/sample_risk_snapshot_news_block.jsonVCP RISK snapshot with news trading blockexamples/sample_gov_ai_decision.jsonVCP GOV payload for AI driven decisions
This repository works together with the other VeritasChain Protocol artifacts:
- vcp spec core VeritasChain Protocol specification
- vcp sdk spec language level SDK contracts for TypeScript, Python, and MQL5
- vcp sidecar guide Silver tier sidecar integration for MT4 MT5 and white label platforms
- vcp explorer api Explorer service and verification API
- vcp market intelligence industry and regulatory research supporting VCP adoption
- Engineering teams preparing to integrate VCP in production systems
- SDK maintainers who need a reference for expected behaviour
- Compliance and QA engineers building automated conformance suites
- Organizations planning to apply for VC Certified compliance certification
Implementers are encouraged to run all checks in this guide and to validate their payloads against the example collections before submitting systems for formal VC Certified auditing.