A unified suite of Soroban smart contracts for the Boundless ecosystem, supporting bounties, grants, hackathons, and crowdfunding with integrated reputation and governance.
- Shared Infrastructure: Core contracts providing escrow, reputation tracking, project registry, payment routing, and voting logic.
- Module Registries: Specific implementations for different work modules (Bounties, Grants, Hackathons, Crowdfunding) that utilize the shared infrastructure.
To build all contracts in the workspace:
stellar contract buildTo build optimized WASM for deployment:
stellar contract build --optimizeTo run the full test suite:
cargo testPublic contract IDs for the latest Testnet deployment can be found in deployed_contracts_testnet.txt.