Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 812 Bytes

File metadata and controls

25 lines (16 loc) · 812 Bytes

Predictify Contracts

Predictify Contracts contains the Soroban smart contracts for the Predictify hybrid prediction market system.

Workspace Baseline

  • Workspace dependency baseline: soroban-sdk = "25.0.0"
  • Target network line: Stellar Protocol 25 / supported Soroban release
  • Primary contract package: contracts/predictify-hybrid

Local Verification

Run the focused contract test suite from the workspace root:

cargo test -p predictify-hybrid

If you are auditing or upgrading dependencies, regenerate the lockfile and rerun the package tests after any workspace dependency change.

Documentation