You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the Soroban smart contract workspace for SPulse.
Included contracts
prediction_market
pulse_token
referral_registry
leaderboard
ipredict_token
Workspace
The workspace is managed by the root Cargo.toml file.
Development
cargo test --workspace
About
SPulse contracts are the on-chain Soroban smart contract layer for the prediction market platform. They manage market creation, user betting, market resolution, payouts, rewards, referrals, and leaderboard tracking on Stellar. The contracts work together to support a trustless, auditable betting system with token incentives and community ranking.