Core smart contract infrastructure for the TrustFlow Protocol. Built on the Stellar network using the Soroban SDK.
TrustFlow is a decentralized B2B escrow protocol. It replaces traditional, expensive letter-of-credit systems with programmable Soroban smart contracts, allowing businesses to secure cross-border payments with decentralized arbitration.
- Rust (>= 1.71)
- Soroban CLI
Compile the smart contracts to WASM:
make buildRun the comprehensive unit tests locally:
make testPlease see CONTRIBUTING.md for our enterprise contribution guidelines, branching naming conventions, and testing standards.