Deployment scripts are placeholders until contract logic, network configuration, and release policy are finalized.
- Rust stable
wasm32v1-nonetarget- Stellar CLI
- Node.js 22 or newer
- A funded Stellar testnet account
npm run contracts:buildExpected artifact:
target/wasm32v1-none/release/predictx_contracts.wasm
./scripts/deploy-contract.sh testnetWindows:
./scripts/deploy-contract.ps1 -Network testnetThe scripts currently validate intent and describe the expected deployment steps. They do not deploy production business logic.