Split is a Stellar-powered group payment tracker for shared bills, contributions, and real-time payment status tracking.
.
├── contracts
│ └── split_contract
│ ├── src
│ │ ├── lib.rs
│ │ └── test.rs
│ ├── SPEC.md
│ └── Cargo.toml
├── Cargo.toml
└── README.md
contracts/split_contract/contains the dedicated Split Soroban contract.contracts/split_contract/SPEC.mddefines the contract data model and API.docs/architecture-overview.mddefines the product and system architecture.