All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Pending changes not yet released will appear here
- Initial crowdfund smart contract built on Soroban
initializefunction to create a campaign with creator, token, goal, and deadlinecontributefunction to allow contributors to fund the campaignwithdrawfunction for the creator to claim funds when goal is metrefundfunction to return funds to contributors when goal is not mettotal_raised,goal, anddeadlineview helpers- Basic test suite covering
initialize,contribute,withdraw, andrefundflows