Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 690 Bytes

File metadata and controls

37 lines (25 loc) · 690 Bytes

Deployment

Deployment scripts are placeholders until contract logic, network configuration, and release policy are finalized.

Prerequisites

  • Rust stable
  • wasm32v1-none target
  • Stellar CLI
  • Node.js 22 or newer
  • A funded Stellar testnet account

Contract Build

npm run contracts:build

Expected artifact:

target/wasm32v1-none/release/predictx_contracts.wasm

Testnet Deployment Placeholder

./scripts/deploy-contract.sh testnet

Windows:

./scripts/deploy-contract.ps1 -Network testnet

The scripts currently validate intent and describe the expected deployment steps. They do not deploy production business logic.