Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,13 @@ Any attempt to call `validate_milestone`, `release_funds`, `redirect_funds`, or
for integrators and tooling.
- [`src/doc.md`](src/doc.md) maps these contract semantics to backend API
payloads and HTTP error responses.

## Further Reading

- [`vesting.md`](vesting.md) documents the vault data model, contract methods,
and security and trust model.
- [`USDC_INTEGRATION.md`](USDC_INTEGRATION.md) explains the token integration
and production USDC trust assumptions.
- [`TESTING_GUIDE.md`](TESTING_GUIDE.md) explains how to run and extend the
contract tests.
- [`CHANGELOG.md`](CHANGELOG.md) records the contract's release history.
Loading